Html Css Color HEX #7A60DD Medium Slate Blue

📋 copy color: '#7A60DD'

red 122 ◦ green 96 ◦ blue 221

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

Shades of Medium Slate Blue #7A60DD

Tints of Medium Slate Blue #7A60DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

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

R = 27.79%
G = 21.87%
B = 50.34%

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

#7A60DD (or 0x7A60DD) is known color: Medium Slate Blue. HEX triplet: 7A, 60 and DD. RGB value is (122,96,221). Sum of RGB (Red+Green+Blue) = 122+96+221=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A60DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60DD is #859F22. Grayscale: #757575. Windows color (decimal): -8757027 or 14508154. OLE color: 14508154.

HSL color Cylindrical-coordinate representation of color #7A60DD: hue angle of 252.48º 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 #7A60DD is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 96 221 -
CMYK 0.45 0.57 0 0.13
HSL 252.48º 0.65% 0.62% -
HSV(B) 252.48º 0.57% 0.87% -
XYZ 25.26 17.72 70.5 -
YUV 118.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 122 96 221 0.45 0.57 0 0.13 252.48 0.65 0.62
Hex 7A 60 DD 2D 39 0 D FC 41 3E
Octal 172 140 335 55 71 0 15 374 101 76
Binary 1111010 1100000 11011101 101101 111001 0 1101 11111100 1000001 111110

Color Harmonies of #7A60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A60DD

Black with #7A60DD

Text Example


Text Example

White with #7A60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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