#7E6DF8

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

Shades of Light Slate Blue #7E6DF8

Tints of Light Slate Blue #7E6DF8

Color information

#7E6DF8 (or 0x7E6DF8) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 6D and F8. RGB value is (126,109,248). Sum of RGB (Red+Green+Blue) = 126+109+248=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E6DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DF8 is #819207. Grayscale: #818181. Windows color (decimal): -8491528 or 16280958. OLE color: 16280958.

HSL color Cylindrical-coordinate representation of color #7E6DF8: hue angle of 247.34º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6DF8 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB126109248-
CMYK0.490.5600.03
HSL247.34º90.85%70%-
HSV(B)247.34º56.05%97.25%-
XYZ31.0222.1591.45-
YUV129.93194.63125.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 248 (97.27% from 255) = 51.35%
R=26.09%
G=22.57%
B=51.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1261092480.490.5600.03247.3490.8570
Hex7E6DF8313803f75b46
Octal176155370617003367133106
Binary11111101101101111110001100011110000111111011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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