#8E97BF

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

Shades of Rock Blue #8E97BF

Tints of Rock Blue #8E97BF

Color information

#8E97BF (or 0x8E97BF) is unknown color: approx Rock Blue. HEX triplet: 8E, 97 and BF. RGB value is (142,151,191). Sum of RGB (Red+Green+Blue) = 142+151+191=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97BF is #716840. Grayscale: #989898. Windows color (decimal): -7432257 or 12556174. OLE color: 12556174.

HSL color Cylindrical-coordinate representation of color #8E97BF: hue angle of 228.98º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E97BF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142151191-
CMYK0.260.2100.25
HSL228.98º27.68%65.29%-
HSV(B)228.98º25.65%74.9%-
XYZ31.6331.6553.73-
YUV152.87149.52120.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 191 (75% from 255) = 39.46%
R=29.34%
G=31.20%
B=39.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421511910.260.2100.25228.9827.6865.29
Hex8E97BF1A15019e51c41
Octal216227277322503134534101
Binary100011101001011110111111110101010101100111100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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