#8584B3

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

Shades of Moody Blue #8584B3

Tints of Moody Blue #8584B3

Color information

#8584B3 (or 0x8584B3) is unknown color: approx Moody Blue. HEX triplet: 85, 84 and B3. RGB value is (133,132,179). Sum of RGB (Red+Green+Blue) = 133+132+179=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #8584B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584B3 is #7A7B4C. Grayscale: #898989. Windows color (decimal): -8026957 or 11764869. OLE color: 11764869.

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

Color convert

RGB133132179-
CMYK0.260.2600.30
HSL241.28º23.62%60.98%-
HSV(B)241.28º26.26%70.2%-
XYZ26.0624.7446.05-
YUV137.66151.33124.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=29.95%
G=29.73%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331321790.260.2600.30241.2823.6260.98
Hex8584B31A1A01Ef1183d
Octal20520426332320363613075
Binary10000101100001001011001111010110100111101111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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