#7763F8

Color #7763F8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7763F8

Tints of Medium Slate Blue #7763F8

Color information

#7763F8 (or 0x7763F8) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 63 and F8. RGB value is (119,99,248). Sum of RGB (Red+Green+Blue) = 119+99+248=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #7763F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7763F8 is #889C07. Grayscale: #797979. Windows color (decimal): -8952840 or 16278391. OLE color: 16278391.

HSL color Cylindrical-coordinate representation of color #7763F8: hue angle of 248.05º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7763F8 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11999248-
CMYK0.520.6000.03
HSL248.05º91.41%68.04%-
HSV(B)248.05º60.08%97.25%-
XYZ29.0119.6291.07-
YUV121.97199.13125.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 248 (97.27% from 255) = 53.22%
R=25.54%
G=21.24%
B=53.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal119992480.520.6000.03248.0591.4168.04
Hex7763F8343C03f85b44
Octal167143370647403370133104
Binary11101111100011111110001101001111000111111100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7763F8; }

 p { color: rgb(119,99,248); }

 H1.HeaderClassName
 {
   color: #7763F8;
 }
 .AnyTagClassName
 {
   color: #7763F8;
 }
</style>
background-color css

<style>
 a { background-color: #7763F8; }

 a { background-color: rgb(119,99,248); }

 div.DivClassName
 {
   background-color: #7763F8;
 }
 .BgClassName
 {
   background-color: #7763F8;
 }
</style>
border-color css

<style>
 span { border-color: #7763F8; }

 span { border-color: rgb(119,99,248); }

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