#7869DB

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

Shades of Medium Slate Blue #7869DB

Tints of Medium Slate Blue #7869DB

Color information

#7869DB (or 0x7869DB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 69 and DB. RGB value is (120,105,219). Sum of RGB (Red+Green+Blue) = 120+105+219=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #7869DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869DB is #879624. Grayscale: #7A7A7A. Windows color (decimal): -8885797 or 14379384. OLE color: 14379384.

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

Color convert

RGB120105219-
CMYK0.450.5200.14
HSL247.89º61.29%63.53%-
HSV(B)247.89º52.05%85.88%-
XYZ25.5819.2169.38-
YUV122.48182.47126.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=27.03%
G=23.65%
B=49.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201052190.450.5200.14247.8961.2963.53
Hex7869DB2D340Ef83d40
Octal170151333556401637075100
Binary111100011010011101101110110111010001110111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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