#8C9DC0

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

Shades of Rock Blue #8C9DC0

Tints of Rock Blue #8C9DC0

Color information

#8C9DC0 (or 0x8C9DC0) is unknown color: approx Rock Blue. HEX triplet: 8C, 9D and C0. RGB value is (140,157,192). Sum of RGB (Red+Green+Blue) = 140+157+192=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C9DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DC0 is #73623F. Grayscale: #9B9B9B. Windows color (decimal): -7561792 or 12623244. OLE color: 12623244.

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

Color convert

RGB140157192-
CMYK0.270.1800.25
HSL220.38º29.21%65.1%-
HSV(B)220.38º27.08%75.29%-
XYZ32.3933.554.63-
YUV155.91148.37116.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=28.63%
G=32.11%
B=39.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401571920.270.1800.25220.3829.2165.1
Hex8C9DC01B12019dc1d41
Octal214235300332203133435101
Binary100011001001110111000000110111001001100111011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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