#7769FC

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

Shades of Medium Slate Blue #7769FC

Tints of Medium Slate Blue #7769FC

Color information

#7769FC (or 0x7769FC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 69 and FC. RGB value is (119,105,252). Sum of RGB (Red+Green+Blue) = 119+105+252=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #7769FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769FC is #889603. Grayscale: #7D7D7D. Windows color (decimal): -8951300 or 16542071. OLE color: 16542071.

HSL color Cylindrical-coordinate representation of color #7769FC: hue angle of 245.71º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7769FC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119105252-
CMYK0.530.5800.01
HSL245.71º96.08%70%-
HSV(B)245.71º58.33%98.82%-
XYZ30.2321.0594.57-
YUV125.94199.14123.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 252 (98.83% from 255) = 52.94%
R=25%
G=22.06%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191052520.530.5800.01245.7196.0870
Hex7769FC353A01f66046
Octal167151374657201366140106
Binary1110111110100111111100110101111010011111011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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