Html Css Color HEX #7773F7 Medium Slate Blue

📋 copy color: '#7773F7'

red 119 ◦ green 115 ◦ blue 247

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

Shades of Medium Slate Blue #7773F7

Tints of Medium Slate Blue #7773F7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

 BLUE value IS 247 (96.88% from 255) = 51.35%

R = 24.74%
G = 23.91%
B = 51.35%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7773F7 (or 0x7773F7) is known color: Medium Slate Blue. HEX triplet: 77, 73 and F7. RGB value is (119,115,247). Sum of RGB (Red+Green+Blue) = 119+115+247=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #7773F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773F7 is #888C08. Grayscale: #828282. Windows color (decimal): -8948745 or 16216951. OLE color: 16216951.

HSL color Cylindrical-coordinate representation of color #7773F7: hue angle of 241.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7773F7 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 115 247 -
CMYK 0.52 0.53 0 0.03
HSL 241.82º 0.89% 0.71% -
HSV(B) 241.82º 0.53% 0.97% -
XYZ 30.53 22.9 90.81 -
YUV 131.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 119 115 247 0.52 0.53 0 0.03 241.82 0.89 0.71
Hex 77 73 F7 34 35 0 3 F2 59 47
Octal 167 163 367 64 65 0 3 362 131 107
Binary 1110111 1110011 11110111 110100 110101 0 11 11110010 1011001 1000111

Color Harmonies of #7773F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773F7

Black with #7773F7

Text Example


Text Example

White with #7773F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7773F7; }

 p { color: rgb(119,115,247); }

 H1.HeaderClassName
 {
   color: #7773F7;
 }
 .AnyTagClassName
 {
   color: #7773F7;
 }
</style>

background-color css

<style>
 a { background-color: #7773F7; }

 a { background-color: rgb(119,115,247); }

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

border-color css

<style>
 span { border-color: #7773F7; }

 span { border-color: rgb(119,115,247); }

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