#8581E4

Color #8581E4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8581E4

Tints of Medium Slate Blue #8581E4

Color information

#8581E4 (or 0x8581E4) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 81 and E4. RGB value is (133,129,228). Sum of RGB (Red+Green+Blue) = 133+129+228=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #8581E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581E4 is #7A7E1B. Grayscale: #8D8D8D. Windows color (decimal): -8027676 or 14975365. OLE color: 14975365.

HSL color Cylindrical-coordinate representation of color #8581E4: hue angle of 242.42º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8581E4 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB133129228-
CMYK0.420.4300.11
HSL242.42º64.71%70%-
HSV(B)242.42º43.42%89.41%-
XYZ31.5326.2976.81-
YUV141.48176.83121.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=27.14%
G=26.33%
B=46.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1331292280.420.4300.11242.4264.7170
Hex8581E42A2B0Bf24146
Octal2052013445253013362101106
Binary100001011000000111100100101010101011010111111001010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8581E4; }

 p { color: rgb(133,129,228); }

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

<style>
 a { background-color: #8581E4; }

 a { background-color: rgb(133,129,228); }

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

<style>
 span { border-color: #8581E4; }

 span { border-color: rgb(133,129,228); }

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