#8D9CBA

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

Shades of Rock Blue #8D9CBA

Tints of Rock Blue #8D9CBA

Color information

#8D9CBA (or 0x8D9CBA) is unknown color: approx Rock Blue. HEX triplet: 8D, 9C and BA. RGB value is (141,156,186). Sum of RGB (Red+Green+Blue) = 141+156+186=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBA is #726345. Grayscale: #9A9A9A. Windows color (decimal): -7496518 or 12229773. OLE color: 12229773.

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

Color convert

RGB141156186-
CMYK0.240.1600.27
HSL220º24.59%64.12%-
HSV(B)220º24.19%72.94%-
XYZ31.7432.9851.15-
YUV154.94145.53118.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=29.19%
G=32.30%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411561860.240.1600.2722024.5964.12
Hex8D9CBA181001Bdc1940
Octal215234272302003333431100
Binary100011011001110010111010110001000001101111011100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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