#8D9EBA

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

Shades of Rock Blue #8D9EBA

Tints of Rock Blue #8D9EBA

Color information

#8D9EBA (or 0x8D9EBA) is unknown color: approx Rock Blue. HEX triplet: 8D, 9E and BA. RGB value is (141,158,186). Sum of RGB (Red+Green+Blue) = 141+158+186=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9EBA is #726145. Grayscale: #9B9B9B. Windows color (decimal): -7496006 or 12230285. OLE color: 12230285.

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

Color convert

RGB141158186-
CMYK0.240.1500.27
HSL217.33º24.59%64.12%-
HSV(B)217.33º24.19%72.94%-
XYZ32.0733.6651.26-
YUV156.11144.87117.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=29.07%
G=32.58%
B=38.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411581860.240.1500.27217.3324.5964.12
Hex8D9EBA18F01Bd91940
Octal215236272301703333131100
Binary10001101100111101011101011000111101101111011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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