#809ABE

Color #809ABE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #809ABE

Tints of Rock Blue #809ABE

Color information

#809ABE (or 0x809ABE) is unknown color: approx Rock Blue. HEX triplet: 80, 9A and BE. RGB value is (128,154,190). Sum of RGB (Red+Green+Blue) = 128+154+190=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #809ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ABE is #7F6541. Grayscale: #969696. Windows color (decimal): -8348994 or 12491392. OLE color: 12491392.

HSL color Cylindrical-coordinate representation of color #809ABE: hue angle of 214.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #809ABE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128154190-
CMYK0.330.1900.25
HSL214.84º32.29%62.35%-
HSV(B)214.84º32.63%74.51%-
XYZ29.7531.4253.21-
YUV150.33150.39112.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=27.12%
G=32.63%
B=40.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281541900.330.1900.25214.8432.2962.35
Hex809ABE2113019d7203e
Octal20023227641230313274076
Binary1000000010011010101111101000011001101100111010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809ABE; }

 p { color: rgb(128,154,190); }

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

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

 a { background-color: rgb(128,154,190); }

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

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

 span { border-color: rgb(128,154,190); }

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