#746FFA

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

Shades of Medium Slate Blue #746FFA

Tints of Medium Slate Blue #746FFA

Color information

#746FFA (or 0x746FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6F and FA. RGB value is (116,111,250). Sum of RGB (Red+Green+Blue) = 116+111+250=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #746FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFA is #8B9005. Grayscale: #7F7F7F. Windows color (decimal): -9146374 or 16412532. OLE color: 16412532.

HSL color Cylindrical-coordinate representation of color #746FFA: hue angle of 242.16º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746FFA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116111250-
CMYK0.540.5600.02
HSL242.16º93.29%70.78%-
HSV(B)242.16º55.6%98.04%-
XYZ30.1421.9893.1-
YUV128.34196.66119.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.32%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=24.32%
G=23.27%
B=52.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161112500.540.5600.02242.1693.2970.78
Hex746FFA363802f25d47
Octal164157372667002362135107
Binary11101001101111111110101101101110000101111001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,250); }

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

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

 a { background-color: rgb(116,111,250); }

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

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

 span { border-color: rgb(116,111,250); }

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