Html Css Color HEX #7A4DEB Medium Slate Blue

📋 copy color: '#7A4DEB'

red 122 ◦ green 77 ◦ blue 235

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

Shades of Medium Slate Blue #7A4DEB

Tints of Medium Slate Blue #7A4DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 28.11%
G = 17.74%
B = 54.15%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A4DEB (or 0x7A4DEB) is known color: Medium Slate Blue. HEX triplet: 7A, 4D and EB. RGB value is (122,77,235). Sum of RGB (Red+Green+Blue) = 122+77+235=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A4DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A4DEB is #85B214. Grayscale: #6B6B6B. Windows color (decimal): -8761877 or 15420794. OLE color: 15420794.

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

Color convert

RGB 122 77 235 -
CMYK 0.48 0.67 0 0.08
HSL 257.09º 0.8% 0.61% -
HSV(B) 257.09º 0.67% 0.92% -
XYZ 25.68 15.44 80.22 -
YUV 108.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 122 77 235 0.48 0.67 0 0.08 257.09 0.8 0.61
Hex 7A 4D EB 30 43 0 8 101 50 3D
Octal 172 115 353 60 103 0 10 401 120 75
Binary 1111010 1001101 11101011 110000 1000011 0 1000 100000001 1010000 111101

Color Harmonies of #7A4DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4DEB

Black with #7A4DEB

Text Example


Text Example

White with #7A4DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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