#8180DA

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

Shades of Moody Blue #8180DA

Tints of Moody Blue #8180DA

Color information

#8180DA (or 0x8180DA) is unknown color: approx Moody Blue. HEX triplet: 81, 80 and DA. RGB value is (129,128,218). Sum of RGB (Red+Green+Blue) = 129+128+218=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #8180DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8180DA is #7E7F25. Grayscale: #8A8A8A. Windows color (decimal): -8290086 or 14319745. OLE color: 14319745.

HSL color Cylindrical-coordinate representation of color #8180DA: hue angle of 240.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8180DA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129128218-
CMYK0.410.4100.15
HSL240.67º54.88%67.84%-
HSV(B)240.67º41.28%85.49%-
XYZ29.4325.1769.64-
YUV138.56172.83121.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=27.16%
G=26.95%
B=45.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291282180.410.4100.15240.6754.8867.84
Hex8180DA29290Ff13744
Octal201200332515101736167104
Binary10000001100000001101101010100110100101111111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8180DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8180DA; }

 p { color: rgb(129,128,218); }

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

<style>
 a { background-color: #8180DA; }

 a { background-color: rgb(129,128,218); }

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

<style>
 span { border-color: #8180DA; }

 span { border-color: rgb(129,128,218); }

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