#8584BE

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

Shades of Moody Blue #8584BE

Tints of Moody Blue #8584BE

Color information

#8584BE (or 0x8584BE) is unknown color: approx Moody Blue. HEX triplet: 85, 84 and BE. RGB value is (133,132,190). Sum of RGB (Red+Green+Blue) = 133+132+190=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8584BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584BE is #7A7B41. Grayscale: #8A8A8A. Windows color (decimal): -8026946 or 12485765. OLE color: 12485765.

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

Color convert

RGB133132190-
CMYK0.30.3100.25
HSL241.03º30.85%63.14%-
HSV(B)241.03º30.53%74.51%-
XYZ27.2225.2152.15-
YUV138.91156.83123.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=29.23%
G=29.01%
B=41.76%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331321900.30.3100.25241.0330.8563.14
Hex8584BE1E1F019f11f3f
Octal20520427636370313613777
Binary10000101100001001011111011110111110110011111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8584BE; }

 p { color: rgb(133,132,190); }

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

<style>
 a { background-color: #8584BE; }

 a { background-color: rgb(133,132,190); }

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

<style>
 span { border-color: #8584BE; }

 span { border-color: rgb(133,132,190); }

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