#8083F5

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

Shades of Light Slate Blue #8083F5

Tints of Light Slate Blue #8083F5

Color information

#8083F5 (or 0x8083F5) is unknown color: approx Light Slate Blue. HEX triplet: 80, 83 and F5. RGB value is (128,131,245). Sum of RGB (Red+Green+Blue) = 128+131+245=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #8083F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8083F5 is #7F7C0A. Grayscale: #8E8E8E. Windows color (decimal): -8354827 or 16089984. OLE color: 16089984.

HSL color Cylindrical-coordinate representation of color #8083F5: hue angle of 238.46º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8083F5 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128131245-
CMYK0.480.4700.04
HSL238.46º85.4%73.14%-
HSV(B)238.46º47.76%96.08%-
XYZ33.527.4189.91-
YUV143.1185.51117.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 245 (96.09% from 255) = 48.61%
R=25.40%
G=25.99%
B=48.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281312450.480.4700.04238.4685.473.14
Hex8083F5302F04ee5549
Octal200203365605704356125111
Binary10000000100000111111010111000010111101001110111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8083F5; }

 p { color: rgb(128,131,245); }

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

<style>
 a { background-color: #8083F5; }

 a { background-color: rgb(128,131,245); }

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

<style>
 span { border-color: #8083F5; }

 span { border-color: rgb(128,131,245); }

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