Html Css Color HEX #8E85D2 Moody Blue

📋 copy color: '#8E85D2'

red 142 ◦ green 133 ◦ blue 210

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

Shades of Moody Blue #8E85D2

Tints of Moody Blue #8E85D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 29.28%
G = 27.42%
B = 43.3%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E85D2 (or 0x8E85D2) is known color: Moody Blue. HEX triplet: 8E, 85 and D2. RGB value is (142,133,210). Sum of RGB (Red+Green+Blue) = 142+133+210=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #8E85D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85D2 is #717A2D. Grayscale: #909090. Windows color (decimal): -7436846 or 13796750. OLE color: 13796750.

HSL color Cylindrical-coordinate representation of color #8E85D2: hue angle of 247.01º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E85D2 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 133 210 -
CMYK 0.32 0.37 0 0.18
HSL 247.01º 0.46% 0.67% -
HSV(B) 247.01º 0.37% 0.82% -
XYZ 31.18 27.18 64.58 -
YUV 144.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 142 133 210 0.32 0.37 0 0.18 247.01 0.46 0.67
Hex 8E 85 D2 20 25 0 12 F7 2E 43
Octal 216 205 322 40 45 0 22 367 56 103
Binary 10001110 10000101 11010010 100000 100101 0 10010 11110111 101110 1000011

Color Harmonies of #8E85D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E85D2

Black with #8E85D2

Text Example


Text Example

White with #8E85D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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