Html Css Color HEX #7A61EC Medium Slate Blue

📋 copy color: '#7A61EC'

red 122 ◦ green 97 ◦ blue 236

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

Shades of Medium Slate Blue #7A61EC

Tints of Medium Slate Blue #7A61EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 26.81%
G = 21.32%
B = 51.87%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A61EC (or 0x7A61EC) is known color: Medium Slate Blue. HEX triplet: 7A, 61 and EC. RGB value is (122,97,236). Sum of RGB (Red+Green+Blue) = 122+97+236=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A61EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A61EC is #859E13. Grayscale: #777777. Windows color (decimal): -8756756 or 15491450. OLE color: 15491450.

HSL color Cylindrical-coordinate representation of color #7A61EC: hue angle of 250.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A61EC is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 97 236 -
CMYK 0.48 0.59 0 0.07
HSL 250.79º 0.79% 0.65% -
HSV(B) 250.79º 0.59% 0.93% -
XYZ 27.44 18.74 81.53 -
YUV 120.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 122 97 236 0.48 0.59 0 0.07 250.79 0.79 0.65
Hex 7A 61 EC 30 3B 0 7 FB 4F 41
Octal 172 141 354 60 73 0 7 373 117 101
Binary 1111010 1100001 11101100 110000 111011 0 111 11111011 1001111 1000001

Color Harmonies of #7A61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A61EC

Black with #7A61EC

Text Example


Text Example

White with #7A61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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