#8D9EBC

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

Shades of Rock Blue #8D9EBC

Tints of Rock Blue #8D9EBC

Color information

#8D9EBC (or 0x8D9EBC) is unknown color: approx Rock Blue. HEX triplet: 8D, 9E and BC. RGB value is (141,158,188). Sum of RGB (Red+Green+Blue) = 141+158+188=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9EBC is #726143. Grayscale: #9C9C9C. Windows color (decimal): -7496004 or 12361357. OLE color: 12361357.

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

Color convert

RGB141158188-
CMYK0.250.1600.26
HSL218.3º25.97%64.51%-
HSV(B)218.3º25%73.73%-
XYZ32.2933.7552.39-
YUV156.34145.87117.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=28.95%
G=32.44%
B=38.60%

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
Decimal1411581880.250.1600.26218.325.9764.51
Hex8D9EBC191001Ada1a41
Octal215236274312003233232101
Binary100011011001111010111100110011000001101011011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,158,188); }

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

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

 a { background-color: rgb(141,158,188); }

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

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

 span { border-color: rgb(141,158,188); }

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