Html Css Color HEX #7A60DC Medium Slate Blue

📋 copy color: '#7A60DC'

red 122 ◦ green 96 ◦ blue 220

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

Shades of Medium Slate Blue #7A60DC

Tints of Medium Slate Blue #7A60DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 27.85%
G = 21.92%
B = 50.23%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A60DC (or 0x7A60DC) is known color: Medium Slate Blue. HEX triplet: 7A, 60 and DC. RGB value is (122,96,220). Sum of RGB (Red+Green+Blue) = 122+96+220=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A60DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60DC is #859F23. Grayscale: #757575. Windows color (decimal): -8757028 or 14442618. OLE color: 14442618.

HSL color Cylindrical-coordinate representation of color #7A60DC: hue angle of 252.58º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A60DC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 96 220 -
CMYK 0.45 0.56 0 0.14
HSL 252.58º 0.64% 0.62% -
HSV(B) 252.58º 0.56% 0.86% -
XYZ 25.13 17.67 69.8 -
YUV 117.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 122 96 220 0.45 0.56 0 0.14 252.58 0.64 0.62
Hex 7A 60 DC 2D 38 0 E FD 40 3E
Octal 172 140 334 55 70 0 16 375 100 76
Binary 1111010 1100000 11011100 101101 111000 0 1110 11111101 1000000 111110

Color Harmonies of #7A60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A60DC

Black with #7A60DC

Text Example


Text Example

White with #7A60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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