#805DFE

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

Shades of Light Slate Blue #805DFE

Tints of Light Slate Blue #805DFE

Color information

#805DFE (or 0x805DFE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 5D and FE. RGB value is (128,93,254). Sum of RGB (Red+Green+Blue) = 128+93+254=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #805DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DFE is #7FA201. Grayscale: #797979. Windows color (decimal): -8364546 or 16670080. OLE color: 16670080.

HSL color Cylindrical-coordinate representation of color #805DFE: hue angle of 253.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805DFE is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12893254-
CMYK0.500.6300.00
HSL253.04º98.77%68.04%-
HSV(B)253.04º63.39%99.61%-
XYZ30.7119.5795.93-
YUV121.82202.6132.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=26.95%
G=19.58%
B=53.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal128932540.500.6300.00253.0498.7768.04
Hex805DFE323F00fd6344
Octal200135376627700375143104
Binary10000000101110111111110110010111111001111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805DFE; }

 p { color: rgb(128,93,254); }

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

<style>
 a { background-color: #805DFE; }

 a { background-color: rgb(128,93,254); }

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

<style>
 span { border-color: #805DFE; }

 span { border-color: rgb(128,93,254); }

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