#8170C0

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

Shades of Moody Blue #8170C0

Tints of Moody Blue #8170C0

Color information

#8170C0 (or 0x8170C0) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and C0. RGB value is (129,112,192). Sum of RGB (Red+Green+Blue) = 129+112+192=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #8170C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170C0 is #7E8F3F. Grayscale: #7D7D7D. Windows color (decimal): -8294208 or 12611713. OLE color: 12611713.

HSL color Cylindrical-coordinate representation of color #8170C0: hue angle of 252.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8170C0 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129112192-
CMYK0.330.4200.25
HSL252.75º38.83%59.61%-
HSV(B)252.75º41.67%75.29%-
XYZ24.3620.0652.46-
YUV126.2165.13130-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=29.79%
G=25.87%
B=44.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291121920.330.4200.25252.7538.8359.61
Hex8170C0212A019fd273c
Octal20116030041520313754774
Binary1000000111100001100000010000110101001100111111101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8170C0; }

 p { color: rgb(129,112,192); }

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

<style>
 a { background-color: #8170C0; }

 a { background-color: rgb(129,112,192); }

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

<style>
 span { border-color: #8170C0; }

 span { border-color: rgb(129,112,192); }

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