#7769F1

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

Shades of Medium Slate Blue #7769F1

Tints of Medium Slate Blue #7769F1

Color information

#7769F1 (or 0x7769F1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 69 and F1. RGB value is (119,105,241). Sum of RGB (Red+Green+Blue) = 119+105+241=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #7769F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769F1 is #88960E. Grayscale: #7C7C7C. Windows color (decimal): -8951311 or 15821175. OLE color: 15821175.

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

Color convert

RGB119105241-
CMYK0.510.5600.05
HSL246.18º82.93%67.84%-
HSV(B)246.18º56.43%94.51%-
XYZ28.5420.3885.65-
YUV124.69193.64123.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 241 (94.53% from 255) = 51.83%
R=25.59%
G=22.58%
B=51.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191052410.510.5600.05246.1882.9367.84
Hex7769F1333805f65344
Octal167151361637005366123104
Binary111011111010011111000111001111100001011111011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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