#7865DB

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

Shades of Medium Slate Blue #7865DB

Tints of Medium Slate Blue #7865DB

Color information

#7865DB (or 0x7865DB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 65 and DB. RGB value is (120,101,219). Sum of RGB (Red+Green+Blue) = 120+101+219=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7865DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865DB is #879A24. Grayscale: #777777. Windows color (decimal): -8886821 or 14378360. OLE color: 14378360.

HSL color Cylindrical-coordinate representation of color #7865DB: hue angle of 249.66º 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 #7865DB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120101219-
CMYK0.450.5400.14
HSL249.66º62.11%62.75%-
HSV(B)249.66º53.88%85.88%-
XYZ25.1918.4169.24-
YUV120.13183.79127.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=27.27%
G=22.95%
B=49.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201012190.450.5400.14249.6662.1162.75
Hex7865DB2D360Efa3e3f
Octal17014533355660163727677
Binary11110001100101110110111011011101100111011111010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7865DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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