Html Css Color HEX #8F7ECD Moody Blue

📋 copy color: '#8F7ECD'

red 143 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #8F7ECD

Tints of Moody Blue #8F7ECD

RGB

 RED value IS 143 (56.25% from 255) = 30.17%

 GREEN value IS 126 (49.61% from 255) = 26.58%

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

R = 30.17%
G = 26.58%
B = 43.25%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F7ECD (or 0x8F7ECD) is known color: Moody Blue. HEX triplet: 8F, 7E and CD. RGB value is (143,126,205). Sum of RGB (Red+Green+Blue) = 143+126+205=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ECD is #708132. Grayscale: #8B8B8B. Windows color (decimal): -7373107 or 13467279. OLE color: 13467279.

HSL color Cylindrical-coordinate representation of color #8F7ECD: hue angle of 252.91º 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 #8F7ECD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 126 205 -
CMYK 0.30 0.39 0 0.20
HSL 252.91º 0.44% 0.65% -
HSV(B) 252.91º 0.39% 0.8% -
XYZ 29.81 25.17 61.04 -
YUV 140.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 143 126 205 0.30 0.39 0 0.20 252.91 0.44 0.65
Hex 8F 7E CD 1E 27 0 14 FD 2C 41
Octal 217 176 315 36 47 0 24 375 54 101
Binary 10001111 1111110 11001101 11110 100111 0 10100 11111101 101100 1000001

Color Harmonies of #8F7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ECD

Black with #8F7ECD

Text Example


Text Example

White with #8F7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,205); }

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

background-color css

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

 a { background-color: rgb(143,126,205); }

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

border-color css

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

 span { border-color: rgb(143,126,205); }

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