#8582DA

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

Shades of Moody Blue #8582DA

Tints of Moody Blue #8582DA

Color information

#8582DA (or 0x8582DA) is unknown color: approx Moody Blue. HEX triplet: 85, 82 and DA. RGB value is (133,130,218). Sum of RGB (Red+Green+Blue) = 133+130+218=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8582DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582DA is #7A7D25. Grayscale: #8C8C8C. Windows color (decimal): -8027430 or 14320261. OLE color: 14320261.

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

Color convert

RGB133130218-
CMYK0.390.4000.15
HSL242.05º54.32%68.24%-
HSV(B)242.05º40.37%85.49%-
XYZ30.3126.0169.75-
YUV140.93171.49122.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=27.65%
G=27.03%
B=45.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331302180.390.4000.15242.0554.3268.24
Hex8582DA27280Ff23644
Octal205202332475001736266104
Binary10000101100000101101101010011110100001111111100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8582DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,130,218); }

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

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

 a { background-color: rgb(133,130,218); }

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

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

 span { border-color: rgb(133,130,218); }

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