#8DA4BB

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

Shades of Rock Blue #8DA4BB

Tints of Rock Blue #8DA4BB

Color information

#8DA4BB (or 0x8DA4BB) is unknown color: approx Rock Blue. HEX triplet: 8D, A4 and BB. RGB value is (141,164,187). Sum of RGB (Red+Green+Blue) = 141+164+187=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4BB is #725B44. Grayscale: #9F9F9F. Windows color (decimal): -7494469 or 12297357. OLE color: 12297357.

HSL color Cylindrical-coordinate representation of color #8DA4BB: hue angle of 210º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA4BB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141164187-
CMYK0.250.1200.27
HSL210º25.27%64.31%-
HSV(B)210º24.6%73.33%-
XYZ33.2335.852.17-
YUV159.74143.38114.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=28.66%
G=33.33%
B=38.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411641870.250.1200.2721025.2764.31
Hex8DA4BB19C01Bd21940
Octal215244273311403332231100
Binary10001101101001001011101111001110001101111010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,187); }

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

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

 a { background-color: rgb(141,164,187); }

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

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

 span { border-color: rgb(141,164,187); }

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