Html Css Color HEX #7A59FC Medium Slate Blue

📋 copy color: '#7A59FC'

red 122 ◦ green 89 ◦ blue 252

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

Shades of Medium Slate Blue #7A59FC

Tints of Medium Slate Blue #7A59FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 26.35%
G = 19.22%
B = 54.43%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A59FC (or 0x7A59FC) is known color: Medium Slate Blue. HEX triplet: 7A, 59 and FC. RGB value is (122,89,252). Sum of RGB (Red+Green+Blue) = 122+89+252=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A59FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A59FC is #85A603. Grayscale: #747474. Windows color (decimal): -8758788 or 16537978. OLE color: 16537978.

HSL color Cylindrical-coordinate representation of color #7A59FC: hue angle of 252.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A59FC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 89 252 -
CMYK 0.52 0.65 0 0.01
HSL 252.15º 0.96% 0.67% -
HSV(B) 252.15º 0.65% 0.99% -
XYZ 29.17 18.31 94.09 -
YUV 117.45 203.93 131.25 -
System Red Green Blue C M Y K H S L
Decimal 122 89 252 0.52 0.65 0 0.01 252.15 0.96 0.67
Hex 7A 59 FC 34 41 0 1 FC 60 43
Octal 172 131 374 64 101 0 1 374 140 103
Binary 1111010 1011001 11111100 110100 1000001 0 1 11111100 1100000 1000011

Color Harmonies of #7A59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A59FC

Black with #7A59FC

Text Example


Text Example

White with #7A59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,252); }

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

background-color css

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

 a { background-color: rgb(122,89,252); }

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

border-color css

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

 span { border-color: rgb(122,89,252); }

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