#8C96BF

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

Shades of Rock Blue #8C96BF

Tints of Rock Blue #8C96BF

Color information

#8C96BF (or 0x8C96BF) is unknown color: approx Rock Blue. HEX triplet: 8C, 96 and BF. RGB value is (140,150,191). Sum of RGB (Red+Green+Blue) = 140+150+191=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96BF is #736940. Grayscale: #979797. Windows color (decimal): -7563585 or 12555916. OLE color: 12555916.

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

Color convert

RGB140150191-
CMYK0.270.2100.25
HSL228.24º28.49%64.9%-
HSV(B)228.24º26.7%74.9%-
XYZ31.1331.1553.66-
YUV151.68150.19119.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 191 (75% from 255) = 39.71%
R=29.11%
G=31.19%
B=39.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401501910.270.2100.25228.2428.4964.9
Hex8C96BF1B15019e41c41
Octal214226277332503134434101
Binary100011001001011010111111110111010101100111100100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,150,191); }

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

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

 a { background-color: rgb(140,150,191); }

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

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

 span { border-color: rgb(140,150,191); }

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