#819ABB

Color #819ABB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #819ABB

Tints of Rock Blue #819ABB

Color information

#819ABB (or 0x819ABB) is unknown color: approx Rock Blue. HEX triplet: 81, 9A and BB. RGB value is (129,154,187). Sum of RGB (Red+Green+Blue) = 129+154+187=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 154 (60.55% from 255 or 32.77% 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 #819ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ABB is #7E6544. Grayscale: #969696. Windows color (decimal): -8283461 or 12294785. OLE color: 12294785.

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

Color convert

RGB129154187-
CMYK0.310.1800.27
HSL214.14º29.9%61.96%-
HSV(B)214.14º31.02%73.33%-
XYZ29.5831.3751.51-
YUV150.29148.72112.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=27.45%
G=32.77%
B=39.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291541870.310.1800.27214.1429.961.96
Hex819ABB1F1201Bd61e3e
Octal20123227337220333263676
Binary10000001100110101011101111111100100110111101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819ABB; }

 p { color: rgb(129,154,187); }

 H1.HeaderClassName
 {
   color: #819ABB;
 }
 .AnyTagClassName
 {
   color: #819ABB;
 }
</style>
background-color css

<style>
 a { background-color: #819ABB; }

 a { background-color: rgb(129,154,187); }

 div.DivClassName
 {
   background-color: #819ABB;
 }
 .BgClassName
 {
   background-color: #819ABB;
 }
</style>
border-color css

<style>
 span { border-color: #819ABB; }

 span { border-color: rgb(129,154,187); }

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