#746AF1

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

Shades of Medium Slate Blue #746AF1

Tints of Medium Slate Blue #746AF1

Color information

#746AF1 (or 0x746AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6A and F1. RGB value is (116,106,241). Sum of RGB (Red+Green+Blue) = 116+106+241=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #746AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AF1 is #8B950E. Grayscale: #7B7B7B. Windows color (decimal): -9147663 or 15821428. OLE color: 15821428.

HSL color Cylindrical-coordinate representation of color #746AF1: hue angle of 244.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746AF1 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116106241-
CMYK0.520.5600.05
HSL244.44º82.82%68.04%-
HSV(B)244.44º56.02%94.51%-
XYZ28.2320.3785.66-
YUV124.38193.81122.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=25.05%
G=22.89%
B=52.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161062410.520.5600.05244.4482.8268.04
Hex746AF1343805f45344
Octal164152361647005364123104
Binary111010011010101111000111010011100001011111010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746AF1; }

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

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

<style>
 a { background-color: #746AF1; }

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

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

<style>
 span { border-color: #746AF1; }

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

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