#8D9ABD

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

Shades of Rock Blue #8D9ABD

Tints of Rock Blue #8D9ABD

Color information

#8D9ABD (or 0x8D9ABD) is unknown color: approx Rock Blue. HEX triplet: 8D, 9A and BD. RGB value is (141,154,189). Sum of RGB (Red+Green+Blue) = 141+154+189=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ABD is #726542. Grayscale: #999999. Windows color (decimal): -7497027 or 12425869. OLE color: 12425869.

HSL color Cylindrical-coordinate representation of color #8D9ABD: hue angle of 223.75º degrees, saturation: 0.27, 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 #8D9ABD is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141154189-
CMYK0.250.1900.26
HSL223.75º26.67%64.71%-
HSV(B)223.75º25.4%74.12%-
XYZ31.7332.4552.74-
YUV154.1147.69118.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=29.13%
G=31.82%
B=39.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411541890.250.1900.26223.7526.6764.71
Hex8D9ABD191301Ae01b41
Octal215232275312303234033101
Binary100011011001101010111101110011001101101011100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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