#7E7AFE

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

Shades of Light Slate Blue #7E7AFE

Tints of Light Slate Blue #7E7AFE

Color information

#7E7AFE (or 0x7E7AFE) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 7A and FE. RGB value is (126,122,254). Sum of RGB (Red+Green+Blue) = 126+122+254=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7AFE is #818501. Grayscale: #898989. Windows color (decimal): -8488194 or 16677502. OLE color: 16677502.

HSL color Cylindrical-coordinate representation of color #7E7AFE: hue angle of 241.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E7AFE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126122254-
CMYK0.500.5200.00
HSL241.82º98.51%73.73%-
HSV(B)241.82º51.97%99.61%-
XYZ33.4525.5196.93-
YUV138.24193.33119.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.10%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=25.10%
G=24.30%
B=50.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261222540.500.5200.00241.8298.5173.73
Hex7E7AFE323400f2634a
Octal176172376626400362143112
Binary1111110111101011111110110010110100001111001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,122,254); }

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

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

 a { background-color: rgb(126,122,254); }

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

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

 span { border-color: rgb(126,122,254); }

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