#8D9EBB

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

Shades of Rock Blue #8D9EBB

Tints of Rock Blue #8D9EBB

Color information

#8D9EBB (or 0x8D9EBB) is unknown color: approx Rock Blue. HEX triplet: 8D, 9E and BB. RGB value is (141,158,187). Sum of RGB (Red+Green+Blue) = 141+158+187=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9EBB is #726144. Grayscale: #9C9C9C. Windows color (decimal): -7496005 or 12295821. OLE color: 12295821.

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

Color convert

RGB141158187-
CMYK0.250.1600.27
HSL217.83º25.27%64.31%-
HSV(B)217.83º24.6%73.33%-
XYZ32.1833.751.82-
YUV156.22145.37117.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=29.01%
G=32.51%
B=38.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411581870.250.1600.27217.8325.2764.31
Hex8D9EBB191001Bda1940
Octal215236273312003333231100
Binary100011011001111010111011110011000001101111011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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