#746BD5

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

Shades of Slate Blue #746BD5

Tints of Slate Blue #746BD5

Color information

#746BD5 (or 0x746BD5) is unknown color: approx Slate Blue. HEX triplet: 74, 6B and D5. RGB value is (116,107,213). Sum of RGB (Red+Green+Blue) = 116+107+213=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #746BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BD5 is #8B942A. Grayscale: #797979. Windows color (decimal): -9147435 or 13986676. OLE color: 13986676.

HSL color Cylindrical-coordinate representation of color #746BD5: hue angle of 245.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746BD5 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116107213-
CMYK0.460.5000.16
HSL245.09º55.79%62.75%-
HSV(B)245.09º49.77%83.53%-
XYZ24.4719.0365.33-
YUV121.78179.48123.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=26.61%
G=24.54%
B=48.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161072130.460.5000.16245.0955.7962.75
Hex746BD52E32010f5383f
Octal16415332556620203657077
Binary111010011010111101010110111011001001000011110101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,213); }

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

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

 a { background-color: rgb(116,107,213); }

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

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

 span { border-color: rgb(116,107,213); }

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