#7869F7

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

Shades of Medium Slate Blue #7869F7

Tints of Medium Slate Blue #7869F7

Color information

#7869F7 (or 0x7869F7) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 69 and F7. RGB value is (120,105,247). Sum of RGB (Red+Green+Blue) = 120+105+247=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #7869F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7869F7 is #879608. Grayscale: #7D7D7D. Windows color (decimal): -8885769 or 16214392. OLE color: 16214392.

HSL color Cylindrical-coordinate representation of color #7869F7: hue angle of 246.34º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7869F7 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB120105247-
CMYK0.510.5700.03
HSL246.34º89.87%69.02%-
HSV(B)246.34º57.49%96.86%-
XYZ29.5920.8190.45-
YUV125.67196.47123.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 247 (96.88% from 255) = 52.33%
R=25.42%
G=22.25%
B=52.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1201052470.510.5700.03246.3489.8769.02
Hex7869F7333903f65a45
Octal170151367637103366132105
Binary11110001101001111101111100111110010111111011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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