#8E97BE

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

Shades of Rock Blue #8E97BE

Tints of Rock Blue #8E97BE

Color information

#8E97BE (or 0x8E97BE) is unknown color: approx Rock Blue. HEX triplet: 8E, 97 and BE. RGB value is (142,151,190). Sum of RGB (Red+Green+Blue) = 142+151+190=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E97BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97BE is #716841. Grayscale: #989898. Windows color (decimal): -7432258 or 12490638. OLE color: 12490638.

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

Color convert

RGB142151190-
CMYK0.250.2100.25
HSL228.75º26.97%65.1%-
HSV(B)228.75º25.26%74.51%-
XYZ31.5231.653.15-
YUV152.76149.02120.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=29.40%
G=31.26%
B=39.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421511900.250.2100.25228.7526.9765.1
Hex8E97BE1915019e51b41
Octal216227276312503134533101
Binary100011101001011110111110110011010101100111100101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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