#8580BF

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

Shades of Moody Blue #8580BF

Tints of Moody Blue #8580BF

Color information

#8580BF (or 0x8580BF) is unknown color: approx Moody Blue. HEX triplet: 85, 80 and BF. RGB value is (133,128,191). Sum of RGB (Red+Green+Blue) = 133+128+191=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #8580BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580BF is #7A7F40. Grayscale: #888888. Windows color (decimal): -8027969 or 12550277. OLE color: 12550277.

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

Color convert

RGB133128191-
CMYK0.300.3300.25
HSL244.76º32.98%62.55%-
HSV(B)244.76º32.98%74.9%-
XYZ26.824.1952.55-
YUV136.68158.66125.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 191 (75% from 255) = 42.26%
R=29.42%
G=28.32%
B=42.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331281910.300.3300.25244.7632.9862.55
Hex8580BF1E21019f5213f
Octal20520027736410313654177
Binary1000010110000000101111111111010000101100111110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8580BF; }

 p { color: rgb(133,128,191); }

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

<style>
 a { background-color: #8580BF; }

 a { background-color: rgb(133,128,191); }

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

<style>
 span { border-color: #8580BF; }

 span { border-color: rgb(133,128,191); }

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