Html Css Color HEX #809487 Oxley

📋 copy color: '#809487'

red 128 ◦ green 148 ◦ blue 135

#809487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #809487

Tints of Oxley #809487

RGB

 RED value IS 128 (50.39% from 255) = 31.14%

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 31.14%
G = 36.01%
B = 32.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#809487 (or 0x809487) is known color: Oxley. HEX triplet: 80, 94 and 87. RGB value is (128,148,135). Sum of RGB (Red+Green+Blue) = 128+148+135=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #809487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809487 is #7F6B78. Grayscale: #8C8C8C. Windows color (decimal): -8350585 or 8885376. OLE color: 8885376.

HSL color Cylindrical-coordinate representation of color #809487: hue angle of 141º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809487 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 135 -
CMYK 0.14 0 0.09 0.42
HSL 141º 0.09% 0.54% -
HSV(B) 141º 0.14% 0.58% -
XYZ 23.87 27.52 26.98 -
YUV 140.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 128 148 135 0.14 0 0.09 0.42 141 0.09 0.54
Hex 80 94 87 E 0 9 2A 8D 9 36
Octal 200 224 207 16 0 11 52 215 11 66
Binary 10000000 10010100 10000111 1110 0 1001 101010 10001101 1001 110110

Color Harmonies of #809487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809487

Black with #809487

Text Example


Text Example

White with #809487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809487; }

 p { color: rgb(128,148,135); }

 H1.HeaderClassName
 {
   color: #809487;
 }
 .AnyTagClassName
 {
   color: #809487;
 }
</style>

background-color css

<style>
 a { background-color: #809487; }

 a { background-color: rgb(128,148,135); }

 div.DivClassName
 {
   background-color: #809487;
 }
 .BgClassName
 {
   background-color: #809487;
 }
</style>

border-color css

<style>
 span { border-color: #809487; }

 span { border-color: rgb(128,148,135); }

 td.TdClassName
 {
   border-color: #809487;
 }
 .TagClassName
 {
   border-color: #809487;
 }
</style>