Html Css Color HEX #8E7DCD Moody Blue

📋 copy color: '#8E7DCD'

red 142 ◦ green 125 ◦ blue 205

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

Shades of Moody Blue #8E7DCD

Tints of Moody Blue #8E7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 30.08%
G = 26.48%
B = 43.43%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E7DCD (or 0x8E7DCD) is known color: Moody Blue. HEX triplet: 8E, 7D and CD. RGB value is (142,125,205). Sum of RGB (Red+Green+Blue) = 142+125+205=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DCD is #718232. Grayscale: #8A8A8A. Windows color (decimal): -7438899 or 13467022. OLE color: 13467022.

HSL color Cylindrical-coordinate representation of color #8E7DCD: hue angle of 252.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E7DCD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 125 205 -
CMYK 0.31 0.39 0 0.20
HSL 252.75º 0.44% 0.65% -
HSV(B) 252.75º 0.39% 0.8% -
XYZ 29.51 24.83 60.99 -
YUV 139.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 142 125 205 0.31 0.39 0 0.20 252.75 0.44 0.65
Hex 8E 7D CD 1F 27 0 14 FD 2C 41
Octal 216 175 315 37 47 0 24 375 54 101
Binary 10001110 1111101 11001101 11111 100111 0 10100 11111101 101100 1000001

Color Harmonies of #8E7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DCD

Black with #8E7DCD

Text Example


Text Example

White with #8E7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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