Html Css Color HEX #7773F6 Medium Slate Blue

📋 copy color: '#7773F6'

red 119 ◦ green 115 ◦ blue 246

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

Shades of Medium Slate Blue #7773F6

Tints of Medium Slate Blue #7773F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.25%

R = 24.79%
G = 23.96%
B = 51.25%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7773F6 (or 0x7773F6) is known color: Medium Slate Blue. HEX triplet: 77, 73 and F6. RGB value is (119,115,246). Sum of RGB (Red+Green+Blue) = 119+115+246=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #7773F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773F6 is #888C09. Grayscale: #828282. Windows color (decimal): -8948746 or 16151415. OLE color: 16151415.

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

Color convert

RGB 119 115 246 -
CMYK 0.52 0.53 0 0.04
HSL 241.83º 0.88% 0.71% -
HSV(B) 241.83º 0.53% 0.96% -
XYZ 30.37 22.84 90 -
YUV 131.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 119 115 246 0.52 0.53 0 0.04 241.83 0.88 0.71
Hex 77 73 F6 34 35 0 4 F2 58 47
Octal 167 163 366 64 65 0 4 362 130 107
Binary 1110111 1110011 11110110 110100 110101 0 100 11110010 1011000 1000111

Color Harmonies of #7773F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773F6

Black with #7773F6

Text Example


Text Example

White with #7773F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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