#8582BF

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

Shades of Moody Blue #8582BF

Tints of Moody Blue #8582BF

Color information

#8582BF (or 0x8582BF) is unknown color: approx Moody Blue. HEX triplet: 85, 82 and BF. RGB value is (133,130,191). Sum of RGB (Red+Green+Blue) = 133+130+191=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #8582BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582BF is #7A7D40. Grayscale: #898989. Windows color (decimal): -8027457 or 12550789. OLE color: 12550789.

HSL color Cylindrical-coordinate representation of color #8582BF: hue angle of 242.95º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8582BF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133130191-
CMYK0.300.3200.25
HSL242.95º32.28%62.94%-
HSV(B)242.95º31.94%74.9%-
XYZ27.0624.7152.63-
YUV137.85157.99124.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 191 (75% from 255) = 42.07%
R=29.30%
G=28.63%
B=42.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331301910.300.3200.25242.9532.2862.94
Hex8582BF1E20019f3203f
Octal20520227736400313634077
Binary1000010110000010101111111111010000001100111110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8582BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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