#7A7EEE

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

Shades of Medium Slate Blue #7A7EEE

Tints of Medium Slate Blue #7A7EEE

Color information

#7A7EEE (or 0x7A7EEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7E and EE. RGB value is (122,126,238). Sum of RGB (Red+Green+Blue) = 122+126+238=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A7EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EEE is #858111. Grayscale: #898989. Windows color (decimal): -8749330 or 15629946. OLE color: 15629946.

HSL color Cylindrical-coordinate representation of color #7A7EEE: hue angle of 237.93º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A7EEE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122126238-
CMYK0.490.4700.07
HSL237.93º77.33%70.59%-
HSV(B)237.93º48.74%93.33%-
XYZ30.9225.2384.13-
YUV137.57184.67116.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 238 (93.36% from 255) = 48.97%
R=25.10%
G=25.93%
B=48.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221262380.490.4700.07237.9377.3370.59
Hex7A7EEE312F07ee4d47
Octal172176356615707356115107
Binary111101011111101110111011000110111101111110111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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