#7769DB

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

Shades of Medium Slate Blue #7769DB

Tints of Medium Slate Blue #7769DB

Color information

#7769DB (or 0x7769DB) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 69 and DB. RGB value is (119,105,219). Sum of RGB (Red+Green+Blue) = 119+105+219=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #7769DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769DB is #889624. Grayscale: #797979. Windows color (decimal): -8951333 or 14379383. OLE color: 14379383.

HSL color Cylindrical-coordinate representation of color #7769DB: hue angle of 247.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7769DB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119105219-
CMYK0.460.5200.14
HSL247.37º61.29%63.53%-
HSV(B)247.37º52.05%85.88%-
XYZ25.4519.1469.37-
YUV122.18182.64125.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=26.86%
G=23.70%
B=49.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191052190.460.5200.14247.3761.2963.53
Hex7769DB2E340Ef73d40
Octal167151333566401636775100
Binary111011111010011101101110111011010001110111101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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