Html Css Color HEX #8E83CE Moody Blue

📋 copy color: '#8E83CE'

red 142 ◦ green 131 ◦ blue 206

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

Shades of Moody Blue #8E83CE

Tints of Moody Blue #8E83CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 29.65%
G = 27.35%
B = 43.01%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E83CE (or 0x8E83CE) is known color: Moody Blue. HEX triplet: 8E, 83 and CE. RGB value is (142,131,206). Sum of RGB (Red+Green+Blue) = 142+131+206=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83CE is #717C31. Grayscale: #8E8E8E. Windows color (decimal): -7437362 or 13534094. OLE color: 13534094.

HSL color Cylindrical-coordinate representation of color #8E83CE: hue angle of 248.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E83CE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 131 206 -
CMYK 0.31 0.36 0 0.19
HSL 248.8º 0.43% 0.66% -
HSV(B) 248.8º 0.36% 0.81% -
XYZ 30.41 26.44 61.89 -
YUV 142.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 142 131 206 0.31 0.36 0 0.19 248.8 0.43 0.66
Hex 8E 83 CE 1F 24 0 13 F9 2B 42
Octal 216 203 316 37 44 0 23 371 53 102
Binary 10001110 10000011 11001110 11111 100100 0 10011 11111001 101011 1000010

Color Harmonies of #8E83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83CE

Black with #8E83CE

Text Example


Text Example

White with #8E83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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