Html Css Color HEX #8C7ECD Moody Blue

📋 copy color: '#8C7ECD'

red 140 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #8C7ECD

Tints of Moody Blue #8C7ECD

RGB

 RED value IS 140 (55.08% from 255) = 29.72%

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

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

R = 29.72%
G = 26.75%
B = 43.52%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C7ECD (or 0x8C7ECD) is known color: Moody Blue. HEX triplet: 8C, 7E and CD. RGB value is (140,126,205). Sum of RGB (Red+Green+Blue) = 140+126+205=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ECD is #738132. Grayscale: #8A8A8A. Windows color (decimal): -7569715 or 13467276. OLE color: 13467276.

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

Color convert

RGB 140 126 205 -
CMYK 0.32 0.39 0 0.20
HSL 250.63º 0.44% 0.65% -
HSV(B) 250.63º 0.39% 0.8% -
XYZ 29.3 24.9 61.02 -
YUV 139.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 140 126 205 0.32 0.39 0 0.20 250.63 0.44 0.65
Hex 8C 7E CD 20 27 0 14 FB 2C 41
Octal 214 176 315 40 47 0 24 373 54 101
Binary 10001100 1111110 11001101 100000 100111 0 10100 11111011 101100 1000001

Color Harmonies of #8C7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ECD

Black with #8C7ECD

Text Example


Text Example

White with #8C7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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