Html Css Color HEX #8C7ED8 Moody Blue

📋 copy color: '#8C7ED8'

red 140 ◦ green 126 ◦ blue 216

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

Shades of Moody Blue #8C7ED8

Tints of Moody Blue #8C7ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 29.05%
G = 26.14%
B = 44.81%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C7ED8 (or 0x8C7ED8) is known color: Moody Blue. HEX triplet: 8C, 7E and D8. RGB value is (140,126,216). Sum of RGB (Red+Green+Blue) = 140+126+216=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C7ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ED8 is #738127. Grayscale: #8C8C8C. Windows color (decimal): -7569704 or 14188172. OLE color: 14188172.

HSL color Cylindrical-coordinate representation of color #8C7ED8: hue angle of 249.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7ED8 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 126 216 -
CMYK 0.35 0.42 0 0.15
HSL 249.33º 0.54% 0.67% -
HSV(B) 249.33º 0.42% 0.85% -
XYZ 30.67 25.46 68.26 -
YUV 140.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 140 126 216 0.35 0.42 0 0.15 249.33 0.54 0.67
Hex 8C 7E D8 23 2A 0 F F9 36 43
Octal 214 176 330 43 52 0 17 371 66 103
Binary 10001100 1111110 11011000 100011 101010 0 1111 11111001 110110 1000011

Color Harmonies of #8C7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ED8

Black with #8C7ED8

Text Example


Text Example

White with #8C7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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