Html Css Color HEX #7A5FFF Medium Slate Blue

📋 copy color: '#7A5FFF'

red 122 ◦ green 95 ◦ blue 255

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

Shades of Medium Slate Blue #7A5FFF

Tints of Medium Slate Blue #7A5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 25.85%
G = 20.13%
B = 54.03%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A5FFF (or 0x7A5FFF) is known color: Medium Slate Blue. HEX triplet: 7A, 5F and FF. RGB value is (122,95,255). Sum of RGB (Red+Green+Blue) = 122+95+255=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5FFF is #85A000. Grayscale: #787878. Windows color (decimal): -8757249 or 16736122. OLE color: 16736122.

HSL color Cylindrical-coordinate representation of color #7A5FFF: hue angle of 250.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5FFF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 122 95 255 -
CMYK 0.52 0.63 0 0
HSL 250.13º 1% 0.69% -
HSV(B) 250.13º 0.63% 1% -
XYZ 30.17 19.54 96.79 -
YUV 121.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 122 95 255 0.52 0.63 0 0 250.13 1 0.69
Hex 7A 5F FF 34 3F 0 0 FA 64 45
Octal 172 137 377 64 77 0 0 372 144 105
Binary 1111010 1011111 11111111 110100 111111 0 0 11111010 1100100 1000101

Color Harmonies of #7A5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5FFF

Black with #7A5FFF

Text Example


Text Example

White with #7A5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,95,255); }

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

background-color css

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

 a { background-color: rgb(122,95,255); }

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

border-color css

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

 span { border-color: rgb(122,95,255); }

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