#807DFA

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

Shades of Light Slate Blue #807DFA

Tints of Light Slate Blue #807DFA

Color information

#807DFA (or 0x807DFA) is unknown color: approx Light Slate Blue. HEX triplet: 80, 7D and FA. RGB value is (128,125,250). Sum of RGB (Red+Green+Blue) = 128+125+250=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #807DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DFA is #7F8205. Grayscale: #8B8B8B. Windows color (decimal): -8356358 or 16416128. OLE color: 16416128.

HSL color Cylindrical-coordinate representation of color #807DFA: hue angle of 241.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807DFA is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128125250-
CMYK0.490.5000.02
HSL241.44º92.59%73.53%-
HSV(B)241.44º50%98.04%-
XYZ33.4926.1693.73-
YUV140.15189.99119.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=25.45%
G=24.85%
B=49.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281252500.490.5000.02241.4492.5973.53
Hex807DFA313202f15d4a
Octal200175372616202361135112
Binary100000001111101111110101100011100100101111000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,125,250); }

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

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

 a { background-color: rgb(128,125,250); }

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

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

 span { border-color: rgb(128,125,250); }

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