#8170CD

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

Shades of Moody Blue #8170CD

Tints of Moody Blue #8170CD

Color information

#8170CD (or 0x8170CD) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and CD. RGB value is (129,112,205). Sum of RGB (Red+Green+Blue) = 129+112+205=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #8170CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170CD is #7E8F32. Grayscale: #7F7F7F. Windows color (decimal): -8294195 or 13463681. OLE color: 13463681.

HSL color Cylindrical-coordinate representation of color #8170CD: hue angle of 250.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8170CD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129112205-
CMYK0.370.4500.20
HSL250.97º48.19%62.16%-
HSV(B)250.97º45.37%80.39%-
XYZ25.8720.6660.38-
YUV127.68171.63128.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=28.92%
G=25.11%
B=45.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291122050.370.4500.20250.9748.1962.16
Hex8170CD252D014fb303e
Octal20116031545550243736076
Binary1000000111100001100110110010110110101010011111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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