#8D9ABC

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

Shades of Rock Blue #8D9ABC

Tints of Rock Blue #8D9ABC

Color information

#8D9ABC (or 0x8D9ABC) is unknown color: approx Rock Blue. HEX triplet: 8D, 9A and BC. RGB value is (141,154,188). Sum of RGB (Red+Green+Blue) = 141+154+188=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ABC is #726543. Grayscale: #999999. Windows color (decimal): -7497028 or 12360333. OLE color: 12360333.

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

Color convert

RGB141154188-
CMYK0.250.1800.26
HSL223.4º25.97%64.51%-
HSV(B)223.4º25%73.73%-
XYZ31.6232.452.17-
YUV153.99147.19118.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=29.19%
G=31.88%
B=38.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411541880.250.1800.26223.425.9764.51
Hex8D9ABC191201Adf1a41
Octal215232274312203233732101
Binary100011011001101010111100110011001001101011011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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