#8E98BE

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

Shades of Rock Blue #8E98BE

Tints of Rock Blue #8E98BE

Color information

#8E98BE (or 0x8E98BE) is unknown color: approx Rock Blue. HEX triplet: 8E, 98 and BE. RGB value is (142,152,190). Sum of RGB (Red+Green+Blue) = 142+152+190=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98BE is #716741. Grayscale: #999999. Windows color (decimal): -7432002 or 12490894. OLE color: 12490894.

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

Color convert

RGB142152190-
CMYK0.250.200.25
HSL227.5º26.97%65.1%-
HSV(B)227.5º25.26%74.51%-
XYZ31.6831.9253.21-
YUV153.34148.69119.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=29.34%
G=31.40%
B=39.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421521900.250.200.25227.526.9765.1
Hex8E98BE1914019e41b41
Octal216230276312403134433101
Binary100011101001100010111110110011010001100111100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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