Html Css Color HEX #8C7DCD Moody Blue

📋 copy color: '#8C7DCD'

red 140 ◦ green 125 ◦ blue 205

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

Shades of Moody Blue #8C7DCD

Tints of Moody Blue #8C7DCD

RGB

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

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

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

R = 29.79%
G = 26.6%
B = 43.62%

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

#8C7DCD (or 0x8C7DCD) is known color: Moody Blue. HEX triplet: 8C, 7D and CD. RGB value is (140,125,205). Sum of RGB (Red+Green+Blue) = 140+125+205=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DCD is #738232. Grayscale: #8A8A8A. Windows color (decimal): -7569971 or 13467020. OLE color: 13467020.

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

Color convert

RGB 140 125 205 -
CMYK 0.32 0.39 0 0.20
HSL 251.25º 0.44% 0.65% -
HSV(B) 251.25º 0.39% 0.8% -
XYZ 29.17 24.65 60.98 -
YUV 138.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 140 125 205 0.32 0.39 0 0.20 251.25 0.44 0.65
Hex 8C 7D CD 20 27 0 14 FB 2C 41
Octal 214 175 315 40 47 0 24 373 54 101
Binary 10001100 1111101 11001101 100000 100111 0 10100 11111011 101100 1000001

Color Harmonies of #8C7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DCD

Black with #8C7DCD

Text Example


Text Example

White with #8C7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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