Html Css Color HEX #8E87D6 Moody Blue

📋 copy color: '#8E87D6'

red 142 ◦ green 135 ◦ blue 214

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

Shades of Moody Blue #8E87D6

Tints of Moody Blue #8E87D6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.49%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 28.92%
G = 27.49%
B = 43.58%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E87D6 (or 0x8E87D6) is known color: Moody Blue. HEX triplet: 8E, 87 and D6. RGB value is (142,135,214). Sum of RGB (Red+Green+Blue) = 142+135+214=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E87D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87D6 is #717829. Grayscale: #919191. Windows color (decimal): -7436330 or 14059406. OLE color: 14059406.

HSL color Cylindrical-coordinate representation of color #8E87D6: hue angle of 245.32º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E87D6 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 135 214 -
CMYK 0.34 0.37 0 0.16
HSL 245.32º 0.49% 0.68% -
HSV(B) 245.32º 0.37% 0.84% -
XYZ 31.96 27.93 67.33 -
YUV 146.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 142 135 214 0.34 0.37 0 0.16 245.32 0.49 0.68
Hex 8E 87 D6 22 25 0 10 F5 31 44
Octal 216 207 326 42 45 0 20 365 61 104
Binary 10001110 10000111 11010110 100010 100101 0 10000 11110101 110001 1000100

Color Harmonies of #8E87D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E87D6

Black with #8E87D6

Text Example


Text Example

White with #8E87D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,135,214); }

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

background-color css

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

 a { background-color: rgb(142,135,214); }

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

border-color css

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

 span { border-color: rgb(142,135,214); }

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