#7868DB

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

Shades of Medium Slate Blue #7868DB

Tints of Medium Slate Blue #7868DB

Color information

#7868DB (or 0x7868DB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 68 and DB. RGB value is (120,104,219). Sum of RGB (Red+Green+Blue) = 120+104+219=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 104 (41.02% from 255 or 23.48% 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 #7868DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868DB is #879724. Grayscale: #797979. Windows color (decimal): -8886053 or 14379128. OLE color: 14379128.

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

Color convert

RGB120104219-
CMYK0.450.5300.14
HSL248.35º61.5%63.33%-
HSV(B)248.35º52.51%85.88%-
XYZ25.4819.0169.34-
YUV121.89182.8126.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=27.09%
G=23.48%
B=49.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201042190.450.5300.14248.3561.563.33
Hex7868DB2D350Ef83d3f
Octal17015033355650163707577
Binary11110001101000110110111011011101010111011111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7868DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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