Html Css Color HEX #7A6EEF Medium Slate Blue

📋 copy color: '#7A6EEF'

red 122 ◦ green 110 ◦ blue 239

#7A6EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7A6EEF

Tints of Medium Slate Blue #7A6EEF

RGB

 RED value IS 122 (48.05% from 255) = 25.9%

 GREEN value IS 110 (43.36% from 255) = 23.35%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 25.9%
G = 23.35%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7A6EEF (or 0x7A6EEF) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and EF. RGB value is (122,110,239). Sum of RGB (Red+Green+Blue) = 122+110+239=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A6EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6EEF is #859110. Grayscale: #7F7F7F. Windows color (decimal): -8753425 or 15691386. OLE color: 15691386.

HSL color Cylindrical-coordinate representation of color #7A6EEF: hue angle of 245.58º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6EEF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 110 239 -
CMYK 0.49 0.54 0 0.06
HSL 245.58º 0.8% 0.68% -
HSV(B) 245.58º 0.54% 0.94% -
XYZ 29.18 21.52 84.28 -
YUV 128.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 122 110 239 0.49 0.54 0 0.06 245.58 0.8 0.68
Hex 7A 6E EF 31 36 0 6 F6 50 44
Octal 172 156 357 61 66 0 6 366 120 104
Binary 1111010 1101110 11101111 110001 110110 0 110 11110110 1010000 1000100

Color Harmonies of #7A6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EEF

Black with #7A6EEF

Text Example


Text Example

White with #7A6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,110,239); }

 H1.HeaderClassName
 {
   color: #7A6EEF;
 }
 .AnyTagClassName
 {
   color: #7A6EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(122,110,239); }

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

border-color css

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

 span { border-color: rgb(122,110,239); }

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