#7861DB

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

Shades of Medium Slate Blue #7861DB

Tints of Medium Slate Blue #7861DB

Color information

#7861DB (or 0x7861DB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 61 and DB. RGB value is (120,97,219). Sum of RGB (Red+Green+Blue) = 120+97+219=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7861DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861DB is #879E24. Grayscale: #757575. Windows color (decimal): -8887845 or 14377336. OLE color: 14377336.

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

Color convert

RGB12097219-
CMYK0.450.5600.14
HSL251.31º62.89%61.96%-
HSV(B)251.31º55.71%85.88%-
XYZ24.8117.6669.12-
YUV117.78185.12129.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=27.52%
G=22.25%
B=50.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal120972190.450.5600.14251.3162.8961.96
Hex7861DB2D380Efb3f3e
Octal17014133355700163737776
Binary11110001100001110110111011011110000111011111011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7861DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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