#8C7ACA

Color #8C7ACA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8C7ACA

Tints of Moody Blue #8C7ACA

Color information

#8C7ACA (or 0x8C7ACA) is unknown color: approx Moody Blue. HEX triplet: 8C, 7A and CA. RGB value is (140,122,202). Sum of RGB (Red+Green+Blue) = 140+122+202=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ACA is #738535. Grayscale: #888888. Windows color (decimal): -7570742 or 13269644. OLE color: 13269644.

HSL color Cylindrical-coordinate representation of color #8C7ACA: hue angle of 253.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7ACA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140122202-
CMYK0.310.4000.21
HSL253.5º43.01%63.53%-
HSV(B)253.5º39.6%79.22%-
XYZ28.4423.7658.96-
YUV136.5164.96130.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=30.17%
G=26.29%
B=43.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401222020.310.4000.21253.543.0163.53
Hex8C7ACA1F28015fe2b40
Octal214172312375002537653100
Binary1000110011110101100101011111101000010101111111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C7ACA;
 }
 .AnyTagClassName
 {
   color: #8C7ACA;
 }
</style>
background-color css

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

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

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

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

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

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