#7472f1

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

Shades of Medium Slate Blue #7472F1

Tints of Medium Slate Blue #7472F1

Color information

#7472F1 (or 0x7472F1) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 72 and F1. RGB value is (116,114,241). Sum of RGB (Red+Green+Blue) = 116+114+241=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #7472F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7472F1 is #8B8D0E. Grayscale: #808080. Windows color (decimal): -9145615 or 15823476. OLE color: 15823476.

HSL color Cylindrical-coordinate representation of color #7472F1: hue angle of 240.94º 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 #7472F1 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116114241-
CMYK0.520.5300.05
HSL240.94º81.94%69.61%-
HSV(B)240.94º52.7%94.51%-
XYZ29.122.185.95-
YUV129.08191.16118.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 241 (94.53% from 255) = 51.17%
R=24.63%
G=24.20%
B=51.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161142410.520.5300.05240.9481.9469.61
Hex7472F1343505f15246
Octal164162361646505361122106
Binary111010011100101111000111010011010101011111000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7472f1; }

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

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

<style>
 a { background-color: #7472f1; }

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

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

<style>
 span { border-color: #7472f1; }

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

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