Html Css Color HEX #8E83DC Moody Blue

📋 copy color: '#8E83DC'

red 142 ◦ green 131 ◦ blue 220

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

Shades of Moody Blue #8E83DC

Tints of Moody Blue #8E83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 28.8%
G = 26.57%
B = 44.62%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E83DC (or 0x8E83DC) is known color: Moody Blue. HEX triplet: 8E, 83 and DC. RGB value is (142,131,220). Sum of RGB (Red+Green+Blue) = 142+131+220=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DC is #717C23. Grayscale: #909090. Windows color (decimal): -7437348 or 14451598. OLE color: 14451598.

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

Color convert

RGB 142 131 220 -
CMYK 0.35 0.40 0 0.14
HSL 247.42º 0.56% 0.69% -
HSV(B) 247.42º 0.4% 0.86% -
XYZ 32.19 27.15 71.25 -
YUV 144.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 142 131 220 0.35 0.40 0 0.14 247.42 0.56 0.69
Hex 8E 83 DC 23 28 0 E F7 38 45
Octal 216 203 334 43 50 0 16 367 70 105
Binary 10001110 10000011 11011100 100011 101000 0 1110 11110111 111000 1000101

Color Harmonies of #8E83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83DC

Black with #8E83DC

Text Example


Text Example

White with #8E83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,220); }

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

background-color css

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

 a { background-color: rgb(142,131,220); }

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

border-color css

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

 span { border-color: rgb(142,131,220); }

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