Html Css Color HEX #809ABE Rock Blue

📋 copy color: '#809ABE'

red 128 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #809ABE

Tints of Rock Blue #809ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 27.12%
G = 32.63%
B = 40.25%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#809ABE (or 0x809ABE) is known color: Rock Blue. HEX triplet: 80, 9A and BE. RGB value is (128,154,190). Sum of RGB (Red+Green+Blue) = 128+154+190=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #809ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ABE is #7F6541. Grayscale: #969696. Windows color (decimal): -8348994 or 12491392. OLE color: 12491392.

HSL color Cylindrical-coordinate representation of color #809ABE: hue angle of 214.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #809ABE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 154 190 -
CMYK 0.33 0.19 0 0.25
HSL 214.84º 0.32% 0.62% -
HSV(B) 214.84º 0.33% 0.75% -
XYZ 29.75 31.42 53.21 -
YUV 150.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 128 154 190 0.33 0.19 0 0.25 214.84 0.32 0.62
Hex 80 9A BE 21 13 0 19 D7 20 3E
Octal 200 232 276 41 23 0 31 327 40 76
Binary 10000000 10011010 10111110 100001 10011 0 11001 11010111 100000 111110

Color Harmonies of #809ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ABE

Black with #809ABE

Text Example


Text Example

White with #809ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,154,190); }

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

background-color css

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

 a { background-color: rgb(128,154,190); }

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

border-color css

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

 span { border-color: rgb(128,154,190); }

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