#8583FF

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

Shades of Light Slate Blue #8583FF

Tints of Light Slate Blue #8583FF

Color information

#8583FF (or 0x8583FF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 83 and FF. RGB value is (133,131,255). Sum of RGB (Red+Green+Blue) = 133+131+255=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8583FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8583FF is #7A7C00. Grayscale: #919191. Windows color (decimal): -8027137 or 16745349. OLE color: 16745349.

HSL color Cylindrical-coordinate representation of color #8583FF: hue angle of 240.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8583FF is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133131255-
CMYK0.480.4900
HSL240.97º100%75.69%-
HSV(B)240.97º48.63%100%-
XYZ35.8428.4498.21-
YUV145.73189.66118.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 255 (100% from 255) = 49.13%
R=25.63%
G=25.24%
B=49.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331312550.480.4900240.9710075.69
Hex8583FF303100f1644c
Octal205203377606100361144114
Binary100001011000001111111111110000110001001111000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8583FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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