#8C9DBD

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

Shades of Rock Blue #8C9DBD

Tints of Rock Blue #8C9DBD

Color information

#8C9DBD (or 0x8C9DBD) is unknown color: approx Rock Blue. HEX triplet: 8C, 9D and BD. RGB value is (140,157,189). Sum of RGB (Red+Green+Blue) = 140+157+189=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DBD is #736242. Grayscale: #9B9B9B. Windows color (decimal): -7561795 or 12426636. OLE color: 12426636.

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

Color convert

RGB140157189-
CMYK0.260.1700.26
HSL219.18º27.07%64.51%-
HSV(B)219.18º25.93%74.12%-
XYZ32.0633.3652.89-
YUV155.56146.87116.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.81%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=28.81%
G=32.30%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401571890.260.1700.26219.1827.0764.51
Hex8C9DBD1A1101Adb1b41
Octal214235275322103233333101
Binary100011001001110110111101110101000101101011011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,157,189); }

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

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

 a { background-color: rgb(140,157,189); }

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

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

 span { border-color: rgb(140,157,189); }

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