#746AFF

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

Shades of Light Slate Blue #746AFF

Tints of Light Slate Blue #746AFF

Color information

#746AFF (or 0x746AFF) is unknown color: approx Light Slate Blue. HEX triplet: 74, 6A and FF. RGB value is (116,106,255). Sum of RGB (Red+Green+Blue) = 116+106+255=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #746AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AFF is #8B9500. Grayscale: #7D7D7D. Windows color (decimal): -9147649 or 16738932. OLE color: 16738932.

HSL color Cylindrical-coordinate representation of color #746AFF: hue angle of 244.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #746AFF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116106255-
CMYK0.550.5800
HSL244.03º100%70.78%-
HSV(B)244.03º58.43%100%-
XYZ30.4121.2497.11-
YUV125.98200.81120.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.32%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 53.46%
R=24.32%
G=22.22%
B=53.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161062550.550.5800244.0310070.78
Hex746AFF373A00f46447
Octal164152377677200364144107
Binary1110100110101011111111110111111010001111010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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