#8C9BC3

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

Shades of Rock Blue #8C9BC3

Tints of Rock Blue #8C9BC3

Color information

#8C9BC3 (or 0x8C9BC3) is unknown color: approx Rock Blue. HEX triplet: 8C, 9B and C3. RGB value is (140,155,195). Sum of RGB (Red+Green+Blue) = 140+155+195=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C9BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BC3 is #73643C. Grayscale: #9A9A9A. Windows color (decimal): -7562301 or 12819340. OLE color: 12819340.

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

Color convert

RGB140155195-
CMYK0.280.2100.24
HSL223.64º31.43%65.69%-
HSV(B)223.64º28.21%76.47%-
XYZ32.3932.9656.28-
YUV155.07150.53117.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=28.57%
G=31.63%
B=39.80%

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
Decimal1401551950.280.2100.24223.6431.4365.69
Hex8C9BC31C15018e01f42
Octal214233303342503034037102
Binary100011001001101111000011111001010101100011100000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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