#746AC9

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

Shades of Slate Blue #746AC9

Tints of Slate Blue #746AC9

Color information

#746AC9 (or 0x746AC9) is unknown color: approx Slate Blue. HEX triplet: 74, 6A and C9. RGB value is (116,106,201). Sum of RGB (Red+Green+Blue) = 116+106+201=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #746AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AC9 is #8B9536. Grayscale: #777777. Windows color (decimal): -9147703 or 13199988. OLE color: 13199988.

HSL color Cylindrical-coordinate representation of color #746AC9: hue angle of 246.32º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746AC9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116106201-
CMYK0.420.4700.21
HSL246.32º46.8%60.2%-
HSV(B)246.32º47.26%78.82%-
XYZ22.918.2457.57-
YUV119.82173.81125.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=27.42%
G=25.06%
B=47.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161062010.420.4700.21246.3246.860.2
Hex746AC92A2F015f62f3c
Octal16415231152570253665774
Binary111010011010101100100110101010111101010111110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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