#8584BD

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

Shades of Moody Blue #8584BD

Tints of Moody Blue #8584BD

Color information

#8584BD (or 0x8584BD) is unknown color: approx Moody Blue. HEX triplet: 85, 84 and BD. RGB value is (133,132,189). Sum of RGB (Red+Green+Blue) = 133+132+189=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #8584BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584BD is #7A7B42. Grayscale: #8A8A8A. Windows color (decimal): -8026947 or 12420229. OLE color: 12420229.

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

Color convert

RGB133132189-
CMYK0.300.3000.26
HSL241.05º30.16%62.94%-
HSV(B)241.05º30.16%74.12%-
XYZ27.1125.1651.57-
YUV138.8156.33123.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=29.30%
G=29.07%
B=41.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331321890.300.3000.26241.0530.1662.94
Hex8584BD1E1E01Af11e3f
Octal20520427536360323613677
Binary10000101100001001011110111110111100110101111000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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