#8583BE

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

Shades of Moody Blue #8583BE

Tints of Moody Blue #8583BE

Color information

#8583BE (or 0x8583BE) is unknown color: approx Moody Blue. HEX triplet: 85, 83 and BE. RGB value is (133,131,190). Sum of RGB (Red+Green+Blue) = 133+131+190=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8583BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8583BE is #7A7C41. Grayscale: #8A8A8A. Windows color (decimal): -8027202 or 12485509. OLE color: 12485509.

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

Color convert

RGB133131190-
CMYK0.30.3100.25
HSL242.03º31.22%62.94%-
HSV(B)242.03º31.05%74.51%-
XYZ27.0824.9452.1-
YUV138.32157.16124.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=29.30%
G=28.85%
B=41.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331311900.30.3100.25242.0331.2262.94
Hex8583BE1E1F019f21f3f
Octal20520327636370313623777
Binary10000101100000111011111011110111110110011111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8583BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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