#7765DB

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

Shades of Medium Slate Blue #7765DB

Tints of Medium Slate Blue #7765DB

Color information

#7765DB (or 0x7765DB) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 65 and DB. RGB value is (119,101,219). Sum of RGB (Red+Green+Blue) = 119+101+219=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #7765DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765DB is #889A24. Grayscale: #777777. Windows color (decimal): -8952357 or 14378359. OLE color: 14378359.

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

Color convert

RGB119101219-
CMYK0.460.5400.14
HSL249.15º62.11%62.75%-
HSV(B)249.15º53.88%85.88%-
XYZ25.0518.3469.24-
YUV119.83183.96127.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=27.11%
G=23.01%
B=49.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191012190.460.5400.14249.1562.1162.75
Hex7765DB2E360Ef93e3f
Octal16714533356660163717677
Binary11101111100101110110111011101101100111011111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7765DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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