Html Css Color HEX #809CBA Rock Blue

📋 copy color: '#809CBA'

red 128 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #809CBA

Tints of Rock Blue #809CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 27.23%
G = 33.19%
B = 39.57%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#809CBA (or 0x809CBA) is known color: Rock Blue. HEX triplet: 80, 9C and BA. RGB value is (128,156,186). Sum of RGB (Red+Green+Blue) = 128+156+186=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #809CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBA is #7F6345. Grayscale: #969696. Windows color (decimal): -8348486 or 12229760. OLE color: 12229760.

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

Color convert

RGB 128 156 186 -
CMYK 0.31 0.16 0 0.27
HSL 211.03º 0.3% 0.62% -
HSV(B) 211.03º 0.31% 0.73% -
XYZ 29.65 31.91 51.05 -
YUV 151.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 128 156 186 0.31 0.16 0 0.27 211.03 0.3 0.62
Hex 80 9C BA 1F 10 0 1B D3 1E 3E
Octal 200 234 272 37 20 0 33 323 36 76
Binary 10000000 10011100 10111010 11111 10000 0 11011 11010011 11110 111110

Color Harmonies of #809CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CBA

Black with #809CBA

Text Example


Text Example

White with #809CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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