#7769DF

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

Shades of Medium Slate Blue #7769DF

Tints of Medium Slate Blue #7769DF

Color information

#7769DF (or 0x7769DF) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 69 and DF. RGB value is (119,105,223). Sum of RGB (Red+Green+Blue) = 119+105+223=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #7769DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769DF is #889620. Grayscale: #7A7A7A. Windows color (decimal): -8951329 or 14641527. OLE color: 14641527.

HSL color Cylindrical-coordinate representation of color #7769DF: hue angle of 247.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7769DF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119105223-
CMYK0.470.5300.13
HSL247.12º64.84%64.31%-
HSV(B)247.12º52.91%87.45%-
XYZ25.9819.3572.18-
YUV122.64184.64125.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 223 (87.5% from 255) = 49.89%
R=26.62%
G=23.49%
B=49.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191052230.470.5300.13247.1264.8464.31
Hex7769DF2F350Df74140
Octal1671513375765015367101100
Binary1110111110100111011111101111110101011011111011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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