#809387

Color #809387 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #809387

Tints of Oxley #809387

Color information

#809387 (or 0x809387) is unknown color: approx Oxley. HEX triplet: 80, 93 and 87. RGB value is (128,147,135). Sum of RGB (Red+Green+Blue) = 128+147+135=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #809387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809387 is #7F6C78. Grayscale: #8B8B8B. Windows color (decimal): -8350841 or 8885120. OLE color: 8885120.

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

Color convert

RGB128147135-
CMYK0.1300.080.42
HSL142.11º8.09%53.92%-
HSV(B)142.11º12.93%57.65%-
XYZ23.7127.2126.92-
YUV139.95125.21119.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=31.22%
G=35.85%
B=32.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471350.1300.080.42142.118.0953.92
Hex809387D082A8e836
Octal20022320715010522161066
Binary100000001001001110000111110101000101010100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809387; }

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

 H1.HeaderClassName
 {
   color: #809387;
 }
 .AnyTagClassName
 {
   color: #809387;
 }
</style>
background-color css

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

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

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

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

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

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