Html Css Color HEX #8E7DCE Moody Blue

📋 copy color: '#8E7DCE'

red 142 ◦ green 125 ◦ blue 206

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

Shades of Moody Blue #8E7DCE

Tints of Moody Blue #8E7DCE

RGB

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

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

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

R = 30.02%
G = 26.43%
B = 43.55%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E7DCE (or 0x8E7DCE) is known color: Moody Blue. HEX triplet: 8E, 7D and CE. RGB value is (142,125,206). Sum of RGB (Red+Green+Blue) = 142+125+206=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DCE is #718231. Grayscale: #8B8B8B. Windows color (decimal): -7438898 or 13532558. OLE color: 13532558.

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

Color convert

RGB 142 125 206 -
CMYK 0.31 0.39 0 0.19
HSL 252.59º 0.45% 0.65% -
HSV(B) 252.59º 0.39% 0.81% -
XYZ 29.63 24.87 61.63 -
YUV 139.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 142 125 206 0.31 0.39 0 0.19 252.59 0.45 0.65
Hex 8E 7D CE 1F 27 0 13 FD 2D 41
Octal 216 175 316 37 47 0 23 375 55 101
Binary 10001110 1111101 11001110 11111 100111 0 10011 11111101 101101 1000001

Color Harmonies of #8E7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DCE

Black with #8E7DCE

Text Example


Text Example

White with #8E7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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