#7872F1

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

Shades of Medium Slate Blue #7872F1

Tints of Medium Slate Blue #7872F1

Color information

#7872F1 (or 0x7872F1) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 72 and F1. RGB value is (120,114,241). Sum of RGB (Red+Green+Blue) = 120+114+241=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #7872F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7872F1 is #878D0E. Grayscale: #818181. Windows color (decimal): -8883471 or 15823480. OLE color: 15823480.

HSL color Cylindrical-coordinate representation of color #7872F1: hue angle of 242.83º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7872F1 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120114241-
CMYK0.500.5300.05
HSL242.83º81.94%69.61%-
HSV(B)242.83º52.7%94.51%-
XYZ29.6422.3885.98-
YUV130.27190.49120.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=25.26%
G=24%
B=50.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201142410.500.5300.05242.8381.9469.61
Hex7872F1323505f35246
Octal170162361626505363122106
Binary111100011100101111000111001011010101011111001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7872F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7872F1; }

 p { color: rgb(120,114,241); }

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

<style>
 a { background-color: #7872F1; }

 a { background-color: rgb(120,114,241); }

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

<style>
 span { border-color: #7872F1; }

 span { border-color: rgb(120,114,241); }

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