#8583EF

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

Shades of Light Slate Blue #8583EF

Tints of Light Slate Blue #8583EF

Color information

#8583EF (or 0x8583EF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 83 and EF. RGB value is (133,131,239). Sum of RGB (Red+Green+Blue) = 133+131+239=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #8583EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8583EF is #7A7C10. Grayscale: #8F8F8F. Windows color (decimal): -8027153 or 15696773. OLE color: 15696773.

HSL color Cylindrical-coordinate representation of color #8583EF: hue angle of 241.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8583EF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133131239-
CMYK0.440.4500.06
HSL241.11º77.14%72.55%-
HSV(B)241.11º45.19%93.73%-
XYZ33.3727.4585.2-
YUV143.91181.66120.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 239 (93.75% from 255) = 47.51%
R=26.44%
G=26.04%
B=47.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331312390.440.4500.06241.1177.1472.55
Hex8583EF2C2D06f14d49
Octal205203357545506361115111
Binary10000101100000111110111110110010110101101111000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8583EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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