Html Css Color HEX #8C7ECC Moody Blue

📋 copy color: '#8C7ECC'

red 140 ◦ green 126 ◦ blue 204

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

Shades of Moody Blue #8C7ECC

Tints of Moody Blue #8C7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 29.79%
G = 26.81%
B = 43.4%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C7ECC (or 0x8C7ECC) is known color: Moody Blue. HEX triplet: 8C, 7E and CC. RGB value is (140,126,204). Sum of RGB (Red+Green+Blue) = 140+126+204=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ECC is #738133. Grayscale: #8A8A8A. Windows color (decimal): -7569716 or 13401740. OLE color: 13401740.

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

Color convert

RGB 140 126 204 -
CMYK 0.31 0.38 0 0.2
HSL 250.77º 0.43% 0.65% -
HSV(B) 250.77º 0.38% 0.8% -
XYZ 29.18 24.86 60.39 -
YUV 139.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 140 126 204 0.31 0.38 0 0.2 250.77 0.43 0.65
Hex 8C 7E CC 1F 26 0 14 FB 2B 41
Octal 214 176 314 37 46 0 24 373 53 101
Binary 10001100 1111110 11001100 11111 100110 0 10100 11111011 101011 1000001

Color Harmonies of #8C7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ECC

Black with #8C7ECC

Text Example


Text Example

White with #8C7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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