Html Css Color HEX #7661EC Medium Slate Blue

📋 copy color: '#7661EC'

red 118 ◦ green 97 ◦ blue 236

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

Shades of Medium Slate Blue #7661EC

Tints of Medium Slate Blue #7661EC

RGB

 RED value IS 118 (46.48% from 255) = 26.16%

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

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

R = 26.16%
G = 21.51%
B = 52.33%

CMYK

 C value IS 0.5

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7661EC (or 0x7661EC) is known color: Medium Slate Blue. HEX triplet: 76, 61 and EC. RGB value is (118,97,236). Sum of RGB (Red+Green+Blue) = 118+97+236=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #7661EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7661EC is #899E13. Grayscale: #767676. Windows color (decimal): -9018900 or 15491446. OLE color: 15491446.

HSL color Cylindrical-coordinate representation of color #7661EC: hue angle of 249.06º 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 #7661EC is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 97 236 -
CMYK 0.5 0.59 0 0.07
HSL 249.06º 0.79% 0.65% -
HSV(B) 249.06º 0.59% 0.93% -
XYZ 26.89 18.46 81.5 -
YUV 119.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 118 97 236 0.5 0.59 0 0.07 249.06 0.79 0.65
Hex 76 61 EC 32 3B 0 7 F9 4F 41
Octal 166 141 354 62 73 0 7 371 117 101
Binary 1110110 1100001 11101100 110010 111011 0 111 11111001 1001111 1000001

Color Harmonies of #7661EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7661EC

Black with #7661EC

Text Example


Text Example

White with #7661EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7661EC; }

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

 H1.HeaderClassName
 {
   color: #7661EC;
 }
 .AnyTagClassName
 {
   color: #7661EC;
 }
</style>

background-color css

<style>
 a { background-color: #7661EC; }

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

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

border-color css

<style>
 span { border-color: #7661EC; }

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

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