#8D9CBB

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

Shades of Rock Blue #8D9CBB

Tints of Rock Blue #8D9CBB

Color information

#8D9CBB (or 0x8D9CBB) is unknown color: approx Rock Blue. HEX triplet: 8D, 9C and BB. RGB value is (141,156,187). Sum of RGB (Red+Green+Blue) = 141+156+187=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBB is #726344. Grayscale: #9A9A9A. Windows color (decimal): -7496517 or 12295309. OLE color: 12295309.

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

Color convert

RGB141156187-
CMYK0.250.1700.27
HSL220.43º25.27%64.31%-
HSV(B)220.43º24.6%73.33%-
XYZ31.8433.0351.71-
YUV155.05146.03117.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=29.13%
G=32.23%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411561870.250.1700.27220.4325.2764.31
Hex8D9CBB191101Bdc1940
Octal215234273312103333431100
Binary100011011001110010111011110011000101101111011100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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