#819CBD

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

Shades of Rock Blue #819CBD

Tints of Rock Blue #819CBD

Color information

#819CBD (or 0x819CBD) is unknown color: approx Rock Blue. HEX triplet: 81, 9C and BD. RGB value is (129,156,189). Sum of RGB (Red+Green+Blue) = 129+156+189=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #819CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBD is #7E6342. Grayscale: #979797. Windows color (decimal): -8282947 or 12426369. OLE color: 12426369.

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

Color convert

RGB129156189-
CMYK0.320.1700.26
HSL213º31.25%62.35%-
HSV(B)213º31.75%74.12%-
XYZ30.1332.1252.76-
YUV151.69149.05111.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=27.22%
G=32.91%
B=39.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291561890.320.1700.2621331.2562.35
Hex819CBD201101Ad51f3e
Octal20123427540210323253776
Binary100000011001110010111101100000100010110101101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,156,189); }

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

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

 a { background-color: rgb(129,156,189); }

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

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

 span { border-color: rgb(129,156,189); }

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