#746BD7

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

Shades of Slate Blue #746BD7

Tints of Slate Blue #746BD7

Color information

#746BD7 (or 0x746BD7) is unknown color: approx Slate Blue. HEX triplet: 74, 6B and D7. RGB value is (116,107,215). Sum of RGB (Red+Green+Blue) = 116+107+215=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #746BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BD7 is #8B9428. Grayscale: #797979. Windows color (decimal): -9147433 or 14117748. OLE color: 14117748.

HSL color Cylindrical-coordinate representation of color #746BD7: hue angle of 245º degrees, saturation: 0.57, 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 #746BD7 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116107215-
CMYK0.460.5000.16
HSL245º57.45%63.14%-
HSV(B)245º50.23%84.31%-
XYZ24.7319.1366.68-
YUV122180.48123.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 215 (84.38% from 255) = 49.09%
R=26.48%
G=24.43%
B=49.09%

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
Decimal1161072150.460.5000.1624557.4563.14
Hex746BD72E32010f5393f
Octal16415332756620203657177
Binary111010011010111101011110111011001001000011110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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