#8584CA

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

Shades of Moody Blue #8584CA

Tints of Moody Blue #8584CA

Color information

#8584CA (or 0x8584CA) is unknown color: approx Moody Blue. HEX triplet: 85, 84 and CA. RGB value is (133,132,202). Sum of RGB (Red+Green+Blue) = 133+132+202=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8584CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584CA is #7A7B35. Grayscale: #8C8C8C. Windows color (decimal): -8026934 or 13272197. OLE color: 13272197.

HSL color Cylindrical-coordinate representation of color #8584CA: hue angle of 240.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8584CA is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133132202-
CMYK0.340.3500.21
HSL240.86º39.77%65.49%-
HSV(B)240.86º34.65%79.22%-
XYZ28.5825.7559.34-
YUV140.28162.83122.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=28.48%
G=28.27%
B=43.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331322020.340.3500.21240.8639.7765.49
Hex8584CA2223015f12841
Octal205204312424302536150101
Binary100001011000010011001010100010100011010101111100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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