#7A7EFE

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

Shades of Light Slate Blue #7A7EFE

Tints of Light Slate Blue #7A7EFE

Color information

#7A7EFE (or 0x7A7EFE) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 7E and FE. RGB value is (122,126,254). Sum of RGB (Red+Green+Blue) = 122+126+254=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 126 (49.61% from 255 or 25.10% 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 #7A7EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EFE is #858101. Grayscale: #8A8A8A. Windows color (decimal): -8749314 or 16678522. OLE color: 16678522.

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

Color convert

RGB122126254-
CMYK0.520.5000.00
HSL238.18º98.51%73.73%-
HSV(B)238.18º51.97%99.61%-
XYZ33.3826.2297.07-
YUV139.4192.67115.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221262540.520.5000.00238.1898.5173.73
Hex7A7EFE343200ee634a
Octal172176376646200356143112
Binary1111010111111011111110110100110010001110111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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