#7769F7

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

Shades of Medium Slate Blue #7769F7

Tints of Medium Slate Blue #7769F7

Color information

#7769F7 (or 0x7769F7) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 69 and F7. RGB value is (119,105,247). Sum of RGB (Red+Green+Blue) = 119+105+247=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #7769F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769F7 is #889608. Grayscale: #7C7C7C. Windows color (decimal): -8951305 or 16214391. OLE color: 16214391.

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

Color convert

RGB119105247-
CMYK0.520.5700.03
HSL245.92º89.87%69.02%-
HSV(B)245.92º57.49%96.86%-
XYZ29.4520.7490.45-
YUV125.37196.64123.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 247 (96.88% from 255) = 52.44%
R=25.27%
G=22.29%
B=52.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1191052470.520.5700.03245.9289.8769.02
Hex7769F7343903f65a45
Octal167151367647103366132105
Binary11101111101001111101111101001110010111111011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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