Html Css Color HEX #809BBB Rock Blue

📋 copy color: '#809BBB'

red 128 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #809BBB

Tints of Rock Blue #809BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 27.23%
G = 32.98%
B = 39.79%

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

#809BBB (or 0x809BBB) is known color: Rock Blue. HEX triplet: 80, 9B and BB. RGB value is (128,155,187). Sum of RGB (Red+Green+Blue) = 128+155+187=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #809BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BBB is #7F6444. Grayscale: #969696. Windows color (decimal): -8348741 or 12295040. OLE color: 12295040.

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

Color convert

RGB 128 155 187 -
CMYK 0.32 0.17 0 0.27
HSL 212.54º 0.3% 0.62% -
HSV(B) 212.54º 0.32% 0.73% -
XYZ 29.59 31.62 51.56 -
YUV 150.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 128 155 187 0.32 0.17 0 0.27 212.54 0.3 0.62
Hex 80 9B BB 20 11 0 1B D5 1E 3E
Octal 200 233 273 40 21 0 33 325 36 76
Binary 10000000 10011011 10111011 100000 10001 0 11011 11010101 11110 111110

Color Harmonies of #809BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BBB

Black with #809BBB

Text Example


Text Example

White with #809BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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