#8C9CC3

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

Shades of Rock Blue #8C9CC3

Tints of Rock Blue #8C9CC3

Color information

#8C9CC3 (or 0x8C9CC3) is unknown color: approx Rock Blue. HEX triplet: 8C, 9C and C3. RGB value is (140,156,195). Sum of RGB (Red+Green+Blue) = 140+156+195=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C9CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CC3 is #73633C. Grayscale: #9B9B9B. Windows color (decimal): -7562045 or 12819596. OLE color: 12819596.

HSL color Cylindrical-coordinate representation of color #8C9CC3: hue angle of 222.55º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C9CC3 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140156195-
CMYK0.280.2000.24
HSL222.55º31.43%65.69%-
HSV(B)222.55º28.21%76.47%-
XYZ32.5533.2956.34-
YUV155.66150.2116.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=28.51%
G=31.77%
B=39.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401561950.280.2000.24222.5531.4365.69
Hex8C9CC31C14018df1f42
Octal214234303342403033737102
Binary100011001001110011000011111001010001100011011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,195); }

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

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

 a { background-color: rgb(140,156,195); }

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

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

 span { border-color: rgb(140,156,195); }

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