#8E95BB

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

Shades of Rock Blue #8E95BB

Tints of Rock Blue #8E95BB

Color information

#8E95BB (or 0x8E95BB) is unknown color: approx Rock Blue. HEX triplet: 8E, 95 and BB. RGB value is (142,149,187). Sum of RGB (Red+Green+Blue) = 142+149+187=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E95BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95BB is #716A44. Grayscale: #979797. Windows color (decimal): -7432773 or 12293518. OLE color: 12293518.

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

Color convert

RGB142149187-
CMYK0.240.2000.27
HSL230.67º24.86%64.51%-
HSV(B)230.67º24.06%73.33%-
XYZ30.8730.8351.34-
YUV151.24148.18121.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=29.71%
G=31.17%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421491870.240.2000.27230.6724.8664.51
Hex8E95BB181401Be71941
Octal216225273302403334731101
Binary100011101001010110111011110001010001101111100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,187); }

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

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

 a { background-color: rgb(142,149,187); }

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

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

 span { border-color: rgb(142,149,187); }

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