#8583B4

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

Shades of Moody Blue #8583B4

Tints of Moody Blue #8583B4

Color information

#8583B4 (or 0x8583B4) is unknown color: approx Moody Blue. HEX triplet: 85, 83 and B4. RGB value is (133,131,180). Sum of RGB (Red+Green+Blue) = 133+131+180=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #8583B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8583B4 is #7A7C4B. Grayscale: #888888. Windows color (decimal): -8027212 or 11830149. OLE color: 11830149.

HSL color Cylindrical-coordinate representation of color #8583B4: hue angle of 242.45º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8583B4 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133131180-
CMYK0.260.2700.29
HSL242.45º24.62%60.98%-
HSV(B)242.45º27.22%70.59%-
XYZ26.0324.5146.54-
YUV137.18152.16125.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=29.95%
G=29.50%
B=40.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331311800.260.2700.29242.4524.6260.98
Hex8583B41A1B01Df2193d
Octal20520326432330353623175
Binary10000101100000111011010011010110110111011111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8583B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8583B4; }

 p { color: rgb(133,131,180); }

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

<style>
 a { background-color: #8583B4; }

 a { background-color: rgb(133,131,180); }

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

<style>
 span { border-color: #8583B4; }

 span { border-color: rgb(133,131,180); }

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