#8584BC

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

Shades of Moody Blue #8584BC

Tints of Moody Blue #8584BC

Color information

#8584BC (or 0x8584BC) is unknown color: approx Moody Blue. HEX triplet: 85, 84 and BC. RGB value is (133,132,188). Sum of RGB (Red+Green+Blue) = 133+132+188=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #8584BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584BC is #7A7B43. Grayscale: #8A8A8A. Windows color (decimal): -8026948 or 12354693. OLE color: 12354693.

HSL color Cylindrical-coordinate representation of color #8584BC: hue angle of 241.07º degrees, saturation: 0.29, 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 #8584BC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133132188-
CMYK0.290.3000.26
HSL241.07º29.47%62.75%-
HSV(B)241.07º29.79%73.73%-
XYZ2725.1251-
YUV138.68155.83123.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=29.36%
G=29.14%
B=41.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331321880.290.3000.26241.0729.4762.75
Hex8584BC1D1E01Af11d3f
Octal20520427435360323613577
Binary10000101100001001011110011101111100110101111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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