Html Css Color HEX #809CBB Rock Blue

📋 copy color: '#809CBB'

red 128 ◦ green 156 ◦ blue 187

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

Shades of Rock Blue #809CBB

Tints of Rock Blue #809CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 27.18%
G = 33.12%
B = 39.7%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#809CBB (or 0x809CBB) is known color: Rock Blue. HEX triplet: 80, 9C and BB. RGB value is (128,156,187). Sum of RGB (Red+Green+Blue) = 128+156+187=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #809CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBB is #7F6344. Grayscale: #979797. Windows color (decimal): -8348485 or 12295296. OLE color: 12295296.

HSL color Cylindrical-coordinate representation of color #809CBB: hue angle of 211.53º 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 #809CBB is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 156 187 -
CMYK 0.32 0.17 0 0.27
HSL 211.53º 0.3% 0.62% -
HSV(B) 211.53º 0.32% 0.73% -
XYZ 29.76 31.95 51.61 -
YUV 151.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 128 156 187 0.32 0.17 0 0.27 211.53 0.3 0.62
Hex 80 9C BB 20 11 0 1B D4 1E 3E
Octal 200 234 273 40 21 0 33 324 36 76
Binary 10000000 10011100 10111011 100000 10001 0 11011 11010100 11110 111110

Color Harmonies of #809CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CBB

Black with #809CBB

Text Example


Text Example

White with #809CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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