Html Css Color HEX #7A6FEB Medium Slate Blue

📋 copy color: '#7A6FEB'

red 122 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #7A6FEB

Tints of Medium Slate Blue #7A6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 26.07%
G = 23.72%
B = 50.21%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A6FEB (or 0x7A6FEB) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and EB. RGB value is (122,111,235). Sum of RGB (Red+Green+Blue) = 122+111+235=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A6FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6FEB is #859014. Grayscale: #7F7F7F. Windows color (decimal): -8753173 or 15429498. OLE color: 15429498.

HSL color Cylindrical-coordinate representation of color #7A6FEB: hue angle of 245.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A6FEB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 111 235 -
CMYK 0.48 0.53 0 0.08
HSL 245.32º 0.76% 0.68% -
HSV(B) 245.32º 0.53% 0.92% -
XYZ 28.71 21.5 81.24 -
YUV 128.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 122 111 235 0.48 0.53 0 0.08 245.32 0.76 0.68
Hex 7A 6F EB 30 35 0 8 F5 4C 44
Octal 172 157 353 60 65 0 10 365 114 104
Binary 1111010 1101111 11101011 110000 110101 0 1000 11110101 1001100 1000100

Color Harmonies of #7A6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FEB

Black with #7A6FEB

Text Example


Text Example

White with #7A6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,111,235); }

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

background-color css

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

 a { background-color: rgb(122,111,235); }

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

border-color css

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

 span { border-color: rgb(122,111,235); }

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