Html Css Color HEX #809ABA Rock Blue

📋 copy color: '#809ABA'

red 128 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #809ABA

Tints of Rock Blue #809ABA

RGB

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

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

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

R = 27.35%
G = 32.91%
B = 39.74%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#809ABA (or 0x809ABA) is known color: Rock Blue. HEX triplet: 80, 9A and BA. RGB value is (128,154,186). Sum of RGB (Red+Green+Blue) = 128+154+186=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #809ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ABA is #7F6545. Grayscale: #959595. Windows color (decimal): -8348998 or 12229248. OLE color: 12229248.

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

Color convert

RGB 128 154 186 -
CMYK 0.31 0.17 0 0.27
HSL 213.1º 0.3% 0.62% -
HSV(B) 213.1º 0.31% 0.73% -
XYZ 29.32 31.25 50.94 -
YUV 149.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 128 154 186 0.31 0.17 0 0.27 213.1 0.3 0.62
Hex 80 9A BA 1F 11 0 1B D5 1E 3E
Octal 200 232 272 37 21 0 33 325 36 76
Binary 10000000 10011010 10111010 11111 10001 0 11011 11010101 11110 111110

Color Harmonies of #809ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ABA

Black with #809ABA

Text Example


Text Example

White with #809ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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