Html Css Color HEX #8C7ACD Moody Blue

📋 copy color: '#8C7ACD'

red 140 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #8C7ACD

Tints of Moody Blue #8C7ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 29.98%
G = 26.12%
B = 43.9%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C7ACD (or 0x8C7ACD) is known color: Moody Blue. HEX triplet: 8C, 7A and CD. RGB value is (140,122,205). Sum of RGB (Red+Green+Blue) = 140+122+205=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C7ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ACD is #738532. Grayscale: #888888. Windows color (decimal): -7570739 or 13466252. OLE color: 13466252.

HSL color Cylindrical-coordinate representation of color #8C7ACD: hue angle of 253.01º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7ACD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 122 205 -
CMYK 0.32 0.40 0 0.20
HSL 253.01º 0.45% 0.64% -
HSV(B) 253.01º 0.4% 0.8% -
XYZ 28.79 23.9 60.85 -
YUV 136.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 140 122 205 0.32 0.40 0 0.20 253.01 0.45 0.64
Hex 8C 7A CD 20 28 0 14 FD 2D 40
Octal 214 172 315 40 50 0 24 375 55 100
Binary 10001100 1111010 11001101 100000 101000 0 10100 11111101 101101 1000000

Color Harmonies of #8C7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ACD

Black with #8C7ACD

Text Example


Text Example

White with #8C7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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