#8E9BBE

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

Shades of Rock Blue #8E9BBE

Tints of Rock Blue #8E9BBE

Color information

#8E9BBE (or 0x8E9BBE) is unknown color: approx Rock Blue. HEX triplet: 8E, 9B and BE. RGB value is (142,155,190). Sum of RGB (Red+Green+Blue) = 142+155+190=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BBE is #716441. Grayscale: #9A9A9A. Windows color (decimal): -7431234 or 12491662. OLE color: 12491662.

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

Color convert

RGB142155190-
CMYK0.250.1800.25
HSL223.75º26.97%65.1%-
HSV(B)223.75º25.26%74.51%-
XYZ32.1732.9153.37-
YUV155.1147.69118.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=29.16%
G=31.83%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421551900.250.1800.25223.7526.9765.1
Hex8E9BBE1912019e01b41
Octal216233276312203134033101
Binary100011101001101110111110110011001001100111100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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