#819ABC

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

Shades of Rock Blue #819ABC

Tints of Rock Blue #819ABC

Color information

#819ABC (or 0x819ABC) is unknown color: approx Rock Blue. HEX triplet: 81, 9A and BC. RGB value is (129,154,188). Sum of RGB (Red+Green+Blue) = 129+154+188=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #819ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ABC is #7E6543. Grayscale: #969696. Windows color (decimal): -8283460 or 12360321. OLE color: 12360321.

HSL color Cylindrical-coordinate representation of color #819ABC: hue angle of 214.58º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819ABC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129154188-
CMYK0.310.1800.26
HSL214.58º30.57%62.16%-
HSV(B)214.58º31.38%73.73%-
XYZ29.6931.4152.07-
YUV150.4149.22112.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=27.39%
G=32.70%
B=39.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291541880.310.1800.26214.5830.5762.16
Hex819ABC1F1201Ad71f3e
Octal20123227437220323273776
Binary10000001100110101011110011111100100110101101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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