#7766F1

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

Shades of Medium Slate Blue #7766F1

Tints of Medium Slate Blue #7766F1

Color information

#7766F1 (or 0x7766F1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 66 and F1. RGB value is (119,102,241). Sum of RGB (Red+Green+Blue) = 119+102+241=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #7766F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766F1 is #88990E. Grayscale: #7A7A7A. Windows color (decimal): -8952079 or 15820407. OLE color: 15820407.

HSL color Cylindrical-coordinate representation of color #7766F1: hue angle of 247.34º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7766F1 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119102241-
CMYK0.510.5800.05
HSL247.34º83.23%67.25%-
HSV(B)247.34º57.68%94.51%-
XYZ28.2419.7885.55-
YUV122.93194.63125.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=25.76%
G=22.08%
B=52.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191022410.510.5800.05247.3483.2367.25
Hex7766F1333A05f75343
Octal167146361637205367123103
Binary111011111001101111000111001111101001011111011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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