#807FFF

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

Shades of Light Slate Blue #807FFF

Tints of Light Slate Blue #807FFF

Color information

#807FFF (or 0x807FFF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 7F and FF. RGB value is (128,127,255). Sum of RGB (Red+Green+Blue) = 128+127+255=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #807FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FFF is #7F8000. Grayscale: #8D8D8D. Windows color (decimal): -8355841 or 16744320. OLE color: 16744320.

HSL color Cylindrical-coordinate representation of color #807FFF: hue angle of 240.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807FFF is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128127255-
CMYK0.500.5000
HSL240.47º100%74.9%-
HSV(B)240.47º50.2%100%-
XYZ34.5426.9998-
YUV141.89191.83118.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 255 (100% from 255) = 50%
R=25.10%
G=24.90%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281272550.500.5000240.4710074.9
Hex807FFF323200f0644b
Octal200177377626200360144113
Binary10000000111111111111111110010110010001111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807FFF; }

 p { color: rgb(128,127,255); }

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

<style>
 a { background-color: #807FFF; }

 a { background-color: rgb(128,127,255); }

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

<style>
 span { border-color: #807FFF; }

 span { border-color: rgb(128,127,255); }

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