#7E6DFD

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

Shades of Light Slate Blue #7E6DFD

Tints of Light Slate Blue #7E6DFD

Color information

#7E6DFD (or 0x7E6DFD) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 6D and FD. RGB value is (126,109,253). Sum of RGB (Red+Green+Blue) = 126+109+253=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E6DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DFD is #819202. Grayscale: #818181. Windows color (decimal): -8491523 or 16608638. OLE color: 16608638.

HSL color Cylindrical-coordinate representation of color #7E6DFD: hue angle of 247.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6DFD is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126109253-
CMYK0.500.5700.01
HSL247.08º97.3%70.98%-
HSV(B)247.08º56.92%99.22%-
XYZ31.822.4695.59-
YUV130.5197.13124.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.82%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 253 (99.22% from 255) = 51.84%
R=25.82%
G=22.34%
B=51.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261092530.500.5700.01247.0897.370.98
Hex7E6DFD323901f76147
Octal176155375627101367141107
Binary1111110110110111111101110010111001011111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6DFD; }

 p { color: rgb(126,109,253); }

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

<style>
 a { background-color: #7E6DFD; }

 a { background-color: rgb(126,109,253); }

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

<style>
 span { border-color: #7E6DFD; }

 span { border-color: rgb(126,109,253); }

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