#8582C6

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

Shades of Moody Blue #8582C6

Tints of Moody Blue #8582C6

Color information

#8582C6 (or 0x8582C6) is unknown color: approx Moody Blue. HEX triplet: 85, 82 and C6. RGB value is (133,130,198). Sum of RGB (Red+Green+Blue) = 133+130+198=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #8582C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582C6 is #7A7D39. Grayscale: #8A8A8A. Windows color (decimal): -8027450 or 13009541. OLE color: 13009541.

HSL color Cylindrical-coordinate representation of color #8582C6: hue angle of 242.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8582C6 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB133130198-
CMYK0.330.3400.22
HSL242.65º37.36%64.31%-
HSV(B)242.65º34.34%77.65%-
XYZ27.8525.0356.79-
YUV138.65161.49123.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=28.85%
G=28.20%
B=42.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331301980.330.3400.22242.6537.3664.31
Hex8582C62122016f32540
Octal205202306414202636345100
Binary100001011000001011000110100001100010010110111100111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8582C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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