Html Css Color HEX #7761F1 Medium Slate Blue

📋 copy color: '#7761F1'

red 119 ◦ green 97 ◦ blue 241

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

Shades of Medium Slate Blue #7761F1

Tints of Medium Slate Blue #7761F1

RGB

 RED value IS 119 (46.88% from 255) = 26.04%

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

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 26.04%
G = 21.23%
B = 52.74%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7761F1 (or 0x7761F1) is known color: Medium Slate Blue. HEX triplet: 77, 61 and F1. RGB value is (119,97,241). Sum of RGB (Red+Green+Blue) = 119+97+241=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #7761F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7761F1 is #889E0E. Grayscale: #777777. Windows color (decimal): -8953359 or 15819127. OLE color: 15819127.

HSL color Cylindrical-coordinate representation of color #7761F1: hue angle of 249.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7761F1 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 97 241 -
CMYK 0.51 0.60 0 0.05
HSL 249.17º 0.84% 0.66% -
HSV(B) 249.17º 0.6% 0.95% -
XYZ 27.76 18.82 85.39 -
YUV 119.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 119 97 241 0.51 0.60 0 0.05 249.17 0.84 0.66
Hex 77 61 F1 33 3C 0 5 F9 54 42
Octal 167 141 361 63 74 0 5 371 124 102
Binary 1110111 1100001 11110001 110011 111100 0 101 11111001 1010100 1000010

Color Harmonies of #7761F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761F1

Black with #7761F1

Text Example


Text Example

White with #7761F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7761F1; }

 p { color: rgb(119,97,241); }

 H1.HeaderClassName
 {
   color: #7761F1;
 }
 .AnyTagClassName
 {
   color: #7761F1;
 }
</style>

background-color css

<style>
 a { background-color: #7761F1; }

 a { background-color: rgb(119,97,241); }

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

border-color css

<style>
 span { border-color: #7761F1; }

 span { border-color: rgb(119,97,241); }

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