Html Css Color HEX #8E7DCA Moody Blue

📋 copy color: '#8E7DCA'

red 142 ◦ green 125 ◦ blue 202

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

Shades of Moody Blue #8E7DCA

Tints of Moody Blue #8E7DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 30.28%
G = 26.65%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E7DCA (or 0x8E7DCA) is known color: Moody Blue. HEX triplet: 8E, 7D and CA. RGB value is (142,125,202). Sum of RGB (Red+Green+Blue) = 142+125+202=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DCA is #718235. Grayscale: #8A8A8A. Windows color (decimal): -7438902 or 13270414. OLE color: 13270414.

HSL color Cylindrical-coordinate representation of color #8E7DCA: hue angle of 253.25º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E7DCA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 125 202 -
CMYK 0.30 0.38 0 0.21
HSL 253.25º 0.42% 0.64% -
HSV(B) 253.25º 0.38% 0.79% -
XYZ 29.15 24.68 59.1 -
YUV 138.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 142 125 202 0.30 0.38 0 0.21 253.25 0.42 0.64
Hex 8E 7D CA 1E 26 0 15 FD 2A 40
Octal 216 175 312 36 46 0 25 375 52 100
Binary 10001110 1111101 11001010 11110 100110 0 10101 11111101 101010 1000000

Color Harmonies of #8E7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DCA

Black with #8E7DCA

Text Example


Text Example

White with #8E7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,202); }

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

background-color css

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

 a { background-color: rgb(142,125,202); }

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

border-color css

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

 span { border-color: rgb(142,125,202); }

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