Html Css Color HEX #8C7DD6 Moody Blue

📋 copy color: '#8C7DD6'

red 140 ◦ green 125 ◦ blue 214

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

Shades of Moody Blue #8C7DD6

Tints of Moody Blue #8C7DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 29.23%
G = 26.1%
B = 44.68%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C7DD6 (or 0x8C7DD6) is known color: Moody Blue. HEX triplet: 8C, 7D and D6. RGB value is (140,125,214). Sum of RGB (Red+Green+Blue) = 140+125+214=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DD6 is #738229. Grayscale: #8B8B8B. Windows color (decimal): -7569962 or 14056844. OLE color: 14056844.

HSL color Cylindrical-coordinate representation of color #8C7DD6: hue angle of 250.11º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7DD6 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 125 214 -
CMYK 0.35 0.42 0 0.16
HSL 250.11º 0.52% 0.66% -
HSV(B) 250.11º 0.42% 0.84% -
XYZ 30.29 25.1 66.87 -
YUV 139.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 140 125 214 0.35 0.42 0 0.16 250.11 0.52 0.66
Hex 8C 7D D6 23 2A 0 10 FA 34 42
Octal 214 175 326 43 52 0 20 372 64 102
Binary 10001100 1111101 11010110 100011 101010 0 10000 11111010 110100 1000010

Color Harmonies of #8C7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DD6

Black with #8C7DD6

Text Example


Text Example

White with #8C7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,214); }

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

background-color css

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

 a { background-color: rgb(140,125,214); }

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

border-color css

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

 span { border-color: rgb(140,125,214); }

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