#805CFE

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

Shades of Light Slate Blue #805CFE

Tints of Light Slate Blue #805CFE

Color information

#805CFE (or 0x805CFE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 5C and FE. RGB value is (128,92,254). Sum of RGB (Red+Green+Blue) = 128+92+254=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #805CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CFE is #7FA301. Grayscale: #787878. Windows color (decimal): -8364802 or 16669824. OLE color: 16669824.

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

Color convert

RGB12892254-
CMYK0.500.6400.00
HSL253.33º98.78%67.84%-
HSV(B)253.33º63.78%99.61%-
XYZ30.6219.495.9-
YUV121.23202.93132.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 254 (99.61% from 255) = 53.59%
R=27.00%
G=19.41%
B=53.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal128922540.500.6400.00253.3398.7867.84
Hex805CFE324000fd6344
Octal2001343766210000375143104
Binary100000001011100111111101100101000000001111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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