#8581EA

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

Shades of Light Slate Blue #8581EA

Tints of Light Slate Blue #8581EA

Color information

#8581EA (or 0x8581EA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 81 and EA. RGB value is (133,129,234). Sum of RGB (Red+Green+Blue) = 133+129+234=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #8581EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581EA is #7A7E15. Grayscale: #8D8D8D. Windows color (decimal): -8027670 or 15368581. OLE color: 15368581.

HSL color Cylindrical-coordinate representation of color #8581EA: hue angle of 242.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8581EA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133129234-
CMYK0.430.4500.08
HSL242.29º71.43%71.18%-
HSV(B)242.29º44.87%91.76%-
XYZ32.3726.6381.28-
YUV142.17179.83121.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.81%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=26.81%
G=26.01%
B=47.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331292340.430.4500.08242.2971.4371.18
Hex8581EA2B2D08f24747
Octal2052013525355010362107107
Binary100001011000000111101010101011101101010001111001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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