Html Css Color HEX #8C7ECE Moody Blue

📋 copy color: '#8C7ECE'

red 140 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #8C7ECE

Tints of Moody Blue #8C7ECE

RGB

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

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

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

R = 29.66%
G = 26.69%
B = 43.64%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C7ECE (or 0x8C7ECE) is known color: Moody Blue. HEX triplet: 8C, 7E and CE. RGB value is (140,126,206). Sum of RGB (Red+Green+Blue) = 140+126+206=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ECE is #738131. Grayscale: #8B8B8B. Windows color (decimal): -7569714 or 13532812. OLE color: 13532812.

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

Color convert

RGB 140 126 206 -
CMYK 0.32 0.39 0 0.19
HSL 250.5º 0.45% 0.65% -
HSV(B) 250.5º 0.39% 0.81% -
XYZ 29.42 24.95 61.66 -
YUV 139.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 140 126 206 0.32 0.39 0 0.19 250.5 0.45 0.65
Hex 8C 7E CE 20 27 0 13 FB 2D 41
Octal 214 176 316 40 47 0 23 373 55 101
Binary 10001100 1111110 11001110 100000 100111 0 10011 11111011 101101 1000001

Color Harmonies of #8C7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ECE

Black with #8C7ECE

Text Example


Text Example

White with #8C7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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