Html Css Color HEX #8E85DD Moody Blue

📋 copy color: '#8E85DD'

red 142 ◦ green 133 ◦ blue 221

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

Shades of Moody Blue #8E85DD

Tints of Moody Blue #8E85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 28.63%
G = 26.81%
B = 44.56%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E85DD (or 0x8E85DD) is known color: Moody Blue. HEX triplet: 8E, 85 and DD. RGB value is (142,133,221). Sum of RGB (Red+Green+Blue) = 142+133+221=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85DD is #717A22. Grayscale: #919191. Windows color (decimal): -7436835 or 14517646. OLE color: 14517646.

HSL color Cylindrical-coordinate representation of color #8E85DD: hue angle of 246.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E85DD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 133 221 -
CMYK 0.36 0.40 0 0.13
HSL 246.14º 0.56% 0.69% -
HSV(B) 246.14º 0.4% 0.87% -
XYZ 32.59 27.75 72.04 -
YUV 145.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 142 133 221 0.36 0.40 0 0.13 246.14 0.56 0.69
Hex 8E 85 DD 24 28 0 D F6 38 45
Octal 216 205 335 44 50 0 15 366 70 105
Binary 10001110 10000101 11011101 100100 101000 0 1101 11110110 111000 1000101

Color Harmonies of #8E85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E85DD

Black with #8E85DD

Text Example


Text Example

White with #8E85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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