#7E6FFA

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

Shades of Light Slate Blue #7E6FFA

Tints of Light Slate Blue #7E6FFA

Color information

#7E6FFA (or 0x7E6FFA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 6F and FA. RGB value is (126,111,250). Sum of RGB (Red+Green+Blue) = 126+111+250=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FFA is #819005. Grayscale: #828282. Windows color (decimal): -8491014 or 16412542. OLE color: 16412542.

HSL color Cylindrical-coordinate representation of color #7E6FFA: hue angle of 246.47º 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 #7E6FFA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126111250-
CMYK0.500.5600.02
HSL246.47º93.29%70.78%-
HSV(B)246.47º55.6%98.04%-
XYZ31.5422.7193.16-
YUV131.33194.97124.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=25.87%
G=22.79%
B=51.33%

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
Decimal1261112500.500.5600.02246.4793.2970.78
Hex7E6FFA323802f65d47
Octal176157372627002366135107
Binary11111101101111111110101100101110000101111011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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