#7746D7

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

Shades of Slate Blue #7746D7

Tints of Slate Blue #7746D7

Color information

#7746D7 (or 0x7746D7) is unknown color: approx Slate Blue. HEX triplet: 77, 46 and D7. RGB value is (119,70,215). Sum of RGB (Red+Green+Blue) = 119+70+215=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #7746D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746D7 is #88B928. Grayscale: #646464. Windows color (decimal): -8960297 or 14108279. OLE color: 14108279.

HSL color Cylindrical-coordinate representation of color #7746D7: hue angle of 260.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7746D7 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11970215-
CMYK0.450.6700.16
HSL260.28º64.44%55.88%-
HSV(B)260.28º67.44%84.31%-
XYZ22.0613.2165.68-
YUV101.18192.23140.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 215 (84.38% from 255) = 53.22%
R=29.46%
G=17.33%
B=53.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal119702150.450.6700.16260.2864.4455.88
Hex7746D72D430101044038
Octal1671063275510302040410070
Binary111011110001101101011110110110000110100001000001001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7746D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7746D7; }

 p { color: rgb(119,70,215); }

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

<style>
 a { background-color: #7746D7; }

 a { background-color: rgb(119,70,215); }

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

<style>
 span { border-color: #7746D7; }

 span { border-color: rgb(119,70,215); }

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