Html Css Color HEX #7A5FDD Medium Slate Blue

📋 copy color: '#7A5FDD'

red 122 ◦ green 95 ◦ blue 221

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

Shades of Medium Slate Blue #7A5FDD

Tints of Medium Slate Blue #7A5FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 27.85%
G = 21.69%
B = 50.46%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A5FDD (or 0x7A5FDD) is known color: Medium Slate Blue. HEX triplet: 7A, 5F and DD. RGB value is (122,95,221). Sum of RGB (Red+Green+Blue) = 122+95+221=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A5FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FDD is #85A022. Grayscale: #747474. Windows color (decimal): -8757283 or 14507898. OLE color: 14507898.

HSL color Cylindrical-coordinate representation of color #7A5FDD: hue angle of 252.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A5FDD is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 95 221 -
CMYK 0.45 0.57 0 0.13
HSL 252.86º 0.65% 0.62% -
HSV(B) 252.86º 0.57% 0.87% -
XYZ 25.17 17.54 70.47 -
YUV 117.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 122 95 221 0.45 0.57 0 0.13 252.86 0.65 0.62
Hex 7A 5F DD 2D 39 0 D FD 41 3E
Octal 172 137 335 55 71 0 15 375 101 76
Binary 1111010 1011111 11011101 101101 111001 0 1101 11111101 1000001 111110

Color Harmonies of #7A5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5FDD

Black with #7A5FDD

Text Example


Text Example

White with #7A5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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