#8DA0B4

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

Shades of Rock Blue #8DA0B4

Tints of Rock Blue #8DA0B4

Color information

#8DA0B4 (or 0x8DA0B4) is unknown color: approx Rock Blue. HEX triplet: 8D, A0 and B4. RGB value is (141,160,180). Sum of RGB (Red+Green+Blue) = 141+160+180=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #8DA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0B4 is #725F4B. Grayscale: #9C9C9C. Windows color (decimal): -7495500 or 11837581. OLE color: 11837581.

HSL color Cylindrical-coordinate representation of color #8DA0B4: hue angle of 210.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DA0B4 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB141160180-
CMYK0.220.1100.29
HSL210.77º20.63%62.94%-
HSV(B)210.77º21.67%70.59%-
XYZ31.7934.148.09-
YUV156.6141.21116.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=29.31%
G=33.26%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411601800.220.1100.29210.7720.6362.94
Hex8DA0B416B01Dd3153f
Octal21524026426130353232577
Binary1000110110100000101101001011010110111011101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA0B4; }

 p { color: rgb(141,160,180); }

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

<style>
 a { background-color: #8DA0B4; }

 a { background-color: rgb(141,160,180); }

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

<style>
 span { border-color: #8DA0B4; }

 span { border-color: rgb(141,160,180); }

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