#8C97BF

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

Shades of Rock Blue #8C97BF

Tints of Rock Blue #8C97BF

Color information

#8C97BF (or 0x8C97BF) is unknown color: approx Rock Blue. HEX triplet: 8C, 97 and BF. RGB value is (140,151,191). Sum of RGB (Red+Green+Blue) = 140+151+191=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97BF is #736840. Grayscale: #989898. Windows color (decimal): -7563329 or 12556172. OLE color: 12556172.

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

Color convert

RGB140151191-
CMYK0.270.2100.25
HSL227.06º28.49%64.9%-
HSV(B)227.06º26.7%74.9%-
XYZ31.2931.4753.72-
YUV152.27149.86119.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.05%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 191 (75% from 255) = 39.63%
R=29.05%
G=31.33%
B=39.63%

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
Decimal1401511910.270.2100.25227.0628.4964.9
Hex8C97BF1B15019e31c41
Octal214227277332503134334101
Binary100011001001011110111111110111010101100111100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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