#7E6EFA

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

Shades of Light Slate Blue #7E6EFA

Tints of Light Slate Blue #7E6EFA

Color information

#7E6EFA (or 0x7E6EFA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 6E and FA. RGB value is (126,110,250). Sum of RGB (Red+Green+Blue) = 126+110+250=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6EFA is #819105. Grayscale: #828282. Windows color (decimal): -8491270 or 16412286. OLE color: 16412286.

HSL color Cylindrical-coordinate representation of color #7E6EFA: hue angle of 246.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6EFA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126110250-
CMYK0.500.5600.02
HSL246.86º93.33%70.59%-
HSV(B)246.86º56%98.04%-
XYZ31.4422.4993.13-
YUV130.74195.3124.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=25.93%
G=22.63%
B=51.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261102500.500.5600.02246.8693.3370.59
Hex7E6EFA323802f75d47
Octal176156372627002367135107
Binary11111101101110111110101100101110000101111011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,250); }

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

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

 a { background-color: rgb(126,110,250); }

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

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

 span { border-color: rgb(126,110,250); }

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