#8170C4

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

Shades of Moody Blue #8170C4

Tints of Moody Blue #8170C4

Color information

#8170C4 (or 0x8170C4) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and C4. RGB value is (129,112,196). Sum of RGB (Red+Green+Blue) = 129+112+196=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #8170C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170C4 is #7E8F3B. Grayscale: #7E7E7E. Windows color (decimal): -8294204 or 12873857. OLE color: 12873857.

HSL color Cylindrical-coordinate representation of color #8170C4: hue angle of 252.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8170C4 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129112196-
CMYK0.340.4300.23
HSL252.14º41.58%60.39%-
HSV(B)252.14º42.86%76.86%-
XYZ24.8120.2454.82-
YUV126.66167.13129.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=29.52%
G=25.63%
B=44.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291121960.340.4300.23252.1441.5860.39
Hex8170C4222B017fc2a3c
Octal20116030442530273745274
Binary1000000111100001100010010001010101101011111111100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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