Html Css Color HEX #809DBB Rock Blue

📋 copy color: '#809DBB'

red 128 ◦ green 157 ◦ blue 187

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

Shades of Rock Blue #809DBB

Tints of Rock Blue #809DBB

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 value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#809DBB (or 0x809DBB) is known color: 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

RGB 128 157 187 -
CMYK 0.32 0.16 0 0.27
HSL 210.51º 0.3% 0.62% -
HSV(B) 210.51º 0.32% 0.73% -
XYZ 29.93 32.29 51.67 -
YUV 151.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 128 157 187 0.32 0.16 0 0.27 210.51 0.3 0.62
Hex 80 9D BB 20 10 0 1B D3 1E 3E
Octal 200 235 273 40 20 0 33 323 36 76
Binary 10000000 10011101 10111011 100000 10000 0 11011 11010011 11110 111110

Color Harmonies of #809DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DBB

Black with #809DBB

Text Example


Text Example

White with #809DBB

Text Example


Text Example

HTML Codes & Css Web 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>