Html Css Color HEX #7A61DD Medium Slate Blue

📋 copy color: '#7A61DD'

red 122 ◦ green 97 ◦ blue 221

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

Shades of Medium Slate Blue #7A61DD

Tints of Medium Slate Blue #7A61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

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

R = 27.73%
G = 22.05%
B = 50.23%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A61DD (or 0x7A61DD) is known color: Medium Slate Blue. HEX triplet: 7A, 61 and DD. RGB value is (122,97,221). Sum of RGB (Red+Green+Blue) = 122+97+221=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61DD is #859E22. Grayscale: #767676. Windows color (decimal): -8756771 or 14508410. OLE color: 14508410.

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

Color convert

RGB 122 97 221 -
CMYK 0.45 0.56 0 0.13
HSL 252.1º 0.65% 0.62% -
HSV(B) 252.1º 0.56% 0.87% -
XYZ 25.35 17.91 70.53 -
YUV 118.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 122 97 221 0.45 0.56 0 0.13 252.1 0.65 0.62
Hex 7A 61 DD 2D 38 0 D FC 41 3E
Octal 172 141 335 55 70 0 15 374 101 76
Binary 1111010 1100001 11011101 101101 111000 0 1101 11111100 1000001 111110

Color Harmonies of #7A61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A61DD

Black with #7A61DD

Text Example


Text Example

White with #7A61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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