#8582D1

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

Shades of Moody Blue #8582D1

Tints of Moody Blue #8582D1

Color information

#8582D1 (or 0x8582D1) is unknown color: approx Moody Blue. HEX triplet: 85, 82 and D1. RGB value is (133,130,209). Sum of RGB (Red+Green+Blue) = 133+130+209=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #8582D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582D1 is #7A7D2E. Grayscale: #8B8B8B. Windows color (decimal): -8027439 or 13730437. OLE color: 13730437.

HSL color Cylindrical-coordinate representation of color #8582D1: hue angle of 242.28º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8582D1 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133130209-
CMYK0.360.3800.18
HSL242.28º46.2%66.47%-
HSV(B)242.28º37.8%81.96%-
XYZ29.1625.5663.72-
YUV139.9166.99123.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=28.18%
G=27.54%
B=44.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331302090.360.3800.18242.2846.266.47
Hex8582D12426012f22e42
Octal205202321444602236256102
Binary100001011000001011010001100100100110010010111100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8582D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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