#807AFE

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

Shades of Light Slate Blue #807AFE

Tints of Light Slate Blue #807AFE

Color information

#807AFE (or 0x807AFE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 7A and FE. RGB value is (128,122,254). Sum of RGB (Red+Green+Blue) = 128+122+254=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #807AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807AFE is #7F8501. Grayscale: #8A8A8A. Windows color (decimal): -8357122 or 16677504. OLE color: 16677504.

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

Color convert

RGB128122254-
CMYK0.500.5200.00
HSL242.73º98.51%73.73%-
HSV(B)242.73º51.97%99.61%-
XYZ33.7525.6696.94-
YUV138.84192.99120.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=25.40%
G=24.21%
B=50.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281222540.500.5200.00242.7398.5173.73
Hex807AFE323400f3634a
Octal200172376626400363143112
Binary10000000111101011111110110010110100001111001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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