Html Css Color HEX #8E85BA Moody Blue

📋 copy color: '#8E85BA'

red 142 ◦ green 133 ◦ blue 186

#8E85BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8E85BA

Tints of Moody Blue #8E85BA

RGB

 RED value IS 142 (55.86% from 255) = 30.8%

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 30.8%
G = 28.85%
B = 40.35%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E85BA (or 0x8E85BA) is known color: Moody Blue. HEX triplet: 8E, 85 and BA. RGB value is (142,133,186). Sum of RGB (Red+Green+Blue) = 142+133+186=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85BA is #717A45. Grayscale: #8D8D8D. Windows color (decimal): -7436870 or 12223886. OLE color: 12223886.

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

Color convert

RGB 142 133 186 -
CMYK 0.24 0.28 0 0.27
HSL 250.19º 0.28% 0.63% -
HSV(B) 250.19º 0.28% 0.73% -
XYZ 28.41 26.07 49.99 -
YUV 141.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 142 133 186 0.24 0.28 0 0.27 250.19 0.28 0.63
Hex 8E 85 BA 18 1C 0 1B FA 1C 3F
Octal 216 205 272 30 34 0 33 372 34 77
Binary 10001110 10000101 10111010 11000 11100 0 11011 11111010 11100 111111

Color Harmonies of #8E85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E85BA

Black with #8E85BA

Text Example


Text Example

White with #8E85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,133,186); }

 H1.HeaderClassName
 {
   color: #8E85BA;
 }
 .AnyTagClassName
 {
   color: #8E85BA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,133,186); }

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

border-color css

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

 span { border-color: rgb(142,133,186); }

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