#8C7DCE

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

Shades of Moody Blue #8C7DCE

Tints of Moody Blue #8C7DCE

Color information

#8C7DCE (or 0x8C7DCE) is unknown color: approx Moody Blue. HEX triplet: 8C, 7D and CE. RGB value is (140,125,206). Sum of RGB (Red+Green+Blue) = 140+125+206=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DCE is #738231. Grayscale: #8A8A8A. Windows color (decimal): -7569970 or 13532556. OLE color: 13532556.

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

Color convert

RGB140125206-
CMYK0.320.3900.19
HSL251.11º45.25%64.9%-
HSV(B)251.11º39.32%80.78%-
XYZ29.2924.761.62-
YUV138.72165.97128.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=29.72%
G=26.54%
B=43.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401252060.320.3900.19251.1145.2564.9
Hex8C7DCE2027013fb2d41
Octal214175316404702337355101
Binary10001100111110111001110100000100111010011111110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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