#8C9AC3

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

Shades of Rock Blue #8C9AC3

Tints of Rock Blue #8C9AC3

Color information

#8C9AC3 (or 0x8C9AC3) is unknown color: approx Rock Blue. HEX triplet: 8C, 9A and C3. RGB value is (140,154,195). Sum of RGB (Red+Green+Blue) = 140+154+195=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C9AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9AC3 is #73653C. Grayscale: #9A9A9A. Windows color (decimal): -7562557 or 12819084. OLE color: 12819084.

HSL color Cylindrical-coordinate representation of color #8C9AC3: hue angle of 224.73º 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 #8C9AC3 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140154195-
CMYK0.280.2100.24
HSL224.73º31.43%65.69%-
HSV(B)224.73º28.21%76.47%-
XYZ32.2232.6356.23-
YUV154.49150.86117.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=28.63%
G=31.49%
B=39.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401541950.280.2100.24224.7331.4365.69
Hex8C9AC31C15018e11f42
Octal214232303342503034137102
Binary100011001001101011000011111001010101100011100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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