Html Css Color HEX #8E7DCB Moody Blue

📋 copy color: '#8E7DCB'

red 142 ◦ green 125 ◦ blue 203

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

Shades of Moody Blue #8E7DCB

Tints of Moody Blue #8E7DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 30.21%
G = 26.6%
B = 43.19%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E7DCB (or 0x8E7DCB) is known color: Moody Blue. HEX triplet: 8E, 7D and CB. RGB value is (142,125,203). Sum of RGB (Red+Green+Blue) = 142+125+203=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DCB is #718234. Grayscale: #8A8A8A. Windows color (decimal): -7438901 or 13335950. OLE color: 13335950.

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

Color convert

RGB 142 125 203 -
CMYK 0.30 0.38 0 0.20
HSL 253.08º 0.43% 0.64% -
HSV(B) 253.08º 0.38% 0.8% -
XYZ 29.27 24.73 59.73 -
YUV 138.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 142 125 203 0.30 0.38 0 0.20 253.08 0.43 0.64
Hex 8E 7D CB 1E 26 0 14 FD 2B 40
Octal 216 175 313 36 46 0 24 375 53 100
Binary 10001110 1111101 11001011 11110 100110 0 10100 11111101 101011 1000000

Color Harmonies of #8E7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DCB

Black with #8E7DCB

Text Example


Text Example

White with #8E7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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