#8E9FBD

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

Shades of Rock Blue #8E9FBD

Tints of Rock Blue #8E9FBD

Color information

#8E9FBD (or 0x8E9FBD) is unknown color: approx Rock Blue. HEX triplet: 8E, 9F and BD. RGB value is (142,159,189). Sum of RGB (Red+Green+Blue) = 142+159+189=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FBD is #716042. Grayscale: #9D9D9D. Windows color (decimal): -7430211 or 12427150. OLE color: 12427150.

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

Color convert

RGB142159189-
CMYK0.250.1600.26
HSL218.3º26.26%64.9%-
HSV(B)218.3º24.87%74.12%-
XYZ32.7434.2253.02-
YUV157.34145.87117.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=28.98%
G=32.45%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421591890.250.1600.26218.326.2664.9
Hex8E9FBD191001Ada1a41
Octal216237275312003233232101
Binary100011101001111110111101110011000001101011011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,189); }

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

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

 a { background-color: rgb(142,159,189); }

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

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

 span { border-color: rgb(142,159,189); }

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