#8382FD

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

Shades of Light Slate Blue #8382FD

Tints of Light Slate Blue #8382FD

Color information

#8382FD (or 0x8382FD) is unknown color: approx Light Slate Blue. HEX triplet: 83, 82 and FD. RGB value is (131,130,253). Sum of RGB (Red+Green+Blue) = 131+130+253=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #8382FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8382FD is #7C7D02. Grayscale: #8F8F8F. Windows color (decimal): -8158467 or 16614019. OLE color: 16614019.

HSL color Cylindrical-coordinate representation of color #8382FD: hue angle of 240.49º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8382FD is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131130253-
CMYK0.480.4900.01
HSL240.49º96.85%75.1%-
HSV(B)240.49º48.62%99.22%-
XYZ35.0727.8896.46-
YUV144.32189.33118.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.49%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=25.49%
G=25.29%
B=49.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311302530.480.4900.01240.4996.8575.1
Hex8382FD303101f0614b
Octal203202375606101360141113
Binary100000111000001011111101110000110001011111000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8382FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8382FD; }

 p { color: rgb(131,130,253); }

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

<style>
 a { background-color: #8382FD; }

 a { background-color: rgb(131,130,253); }

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

<style>
 span { border-color: #8382FD; }

 span { border-color: rgb(131,130,253); }

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