Html Css Color HEX #7A5CFF Medium Slate Blue

📋 copy color: '#7A5CFF'

red 122 ◦ green 92 ◦ blue 255

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

Shades of Medium Slate Blue #7A5CFF

Tints of Medium Slate Blue #7A5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

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

R = 26.01%
G = 19.62%
B = 54.37%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A5CFF (or 0x7A5CFF) is known color: Medium Slate Blue. HEX triplet: 7A, 5C and FF. RGB value is (122,92,255). Sum of RGB (Red+Green+Blue) = 122+92+255=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A5CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5CFF is #85A300. Grayscale: #767676. Windows color (decimal): -8758017 or 16735354. OLE color: 16735354.

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

Color convert

RGB 122 92 255 -
CMYK 0.52 0.64 0 0
HSL 251.04º 1% 0.68% -
HSV(B) 251.04º 0.64% 1% -
XYZ 29.9 19.01 96.7 -
YUV 119.55 204.44 129.75 -
System Red Green Blue C M Y K H S L
Decimal 122 92 255 0.52 0.64 0 0 251.04 1 0.68
Hex 7A 5C FF 34 40 0 0 FB 64 44
Octal 172 134 377 64 100 0 0 373 144 104
Binary 1111010 1011100 11111111 110100 1000000 0 0 11111011 1100100 1000100

Color Harmonies of #7A5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5CFF

Black with #7A5CFF

Text Example


Text Example

White with #7A5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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