#7760FB

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

Shades of Medium Slate Blue #7760FB

Tints of Medium Slate Blue #7760FB

Color information

#7760FB (or 0x7760FB) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 60 and FB. RGB value is (119,96,251). Sum of RGB (Red+Green+Blue) = 119+96+251=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #7760FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7760FB is #889F04. Grayscale: #777777. Windows color (decimal): -8953605 or 16474231. OLE color: 16474231.

HSL color Cylindrical-coordinate representation of color #7760FB: hue angle of 248.9º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7760FB is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11996251-
CMYK0.530.6200.02
HSL248.9º95.09%68.04%-
HSV(B)248.9º61.75%98.43%-
XYZ29.219.2593.44-
YUV120.55201.62126.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=25.54%
G=20.60%
B=53.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal119962510.530.6200.02248.995.0968.04
Hex7760FB353E02f95f44
Octal167140373657602371137104
Binary11101111100000111110111101011111100101111100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7760FB; }

 p { color: rgb(119,96,251); }

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

<style>
 a { background-color: #7760FB; }

 a { background-color: rgb(119,96,251); }

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

<style>
 span { border-color: #7760FB; }

 span { border-color: rgb(119,96,251); }

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