#8C7ACE

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

Shades of Moody Blue #8C7ACE

Tints of Moody Blue #8C7ACE

Color information

#8C7ACE (or 0x8C7ACE) is unknown color: approx Moody Blue. HEX triplet: 8C, 7A and CE. RGB value is (140,122,206). Sum of RGB (Red+Green+Blue) = 140+122+206=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ACE is #738531. Grayscale: #888888. Windows color (decimal): -7570738 or 13531788. OLE color: 13531788.

HSL color Cylindrical-coordinate representation of color #8C7ACE: hue angle of 252.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7ACE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140122206-
CMYK0.320.4100.19
HSL252.86º46.15%64.31%-
HSV(B)252.86º40.78%80.78%-
XYZ28.9223.9561.49-
YUV136.96166.96130.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=29.91%
G=26.07%
B=44.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401222060.320.4100.19252.8646.1564.31
Hex8C7ACE2029013fd2e40
Octal214172316405102337556100
Binary10001100111101011001110100000101001010011111111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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