#809DBB

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

Shades of Rock Blue #809DBB

Tints of Rock Blue #809DBB

Color information

#809DBB (or 0x809DBB) is unknown color: approx Rock Blue. HEX triplet: 80, 9D and BB. RGB value is (128,157,187). Sum of RGB (Red+Green+Blue) = 128+157+187=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #809DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DBB is #7F6244. Grayscale: #979797. Windows color (decimal): -8348229 or 12295552. OLE color: 12295552.

HSL color Cylindrical-coordinate representation of color #809DBB: hue angle of 210.51º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809DBB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128157187-
CMYK0.320.1600.27
HSL210.51º30.26%61.76%-
HSV(B)210.51º31.55%73.33%-
XYZ29.9332.2951.67-
YUV151.75147.89111.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=27.12%
G=33.26%
B=39.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281571870.320.1600.27210.5130.2661.76
Hex809DBB201001Bd31e3e
Octal20023527340200333233676
Binary100000001001110110111011100000100000110111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,157,187); }

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

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

 a { background-color: rgb(128,157,187); }

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

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

 span { border-color: rgb(128,157,187); }

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