#7746CC

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

Shades of Slate Blue #7746CC

Tints of Slate Blue #7746CC

Color information

#7746CC (or 0x7746CC) is unknown color: approx Slate Blue. HEX triplet: 77, 46 and CC. RGB value is (119,70,204). Sum of RGB (Red+Green+Blue) = 119+70+204=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #7746CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746CC is #88B933. Grayscale: #636363. Windows color (decimal): -8960308 or 13387383. OLE color: 13387383.

HSL color Cylindrical-coordinate representation of color #7746CC: hue angle of 261.94º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7746CC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11970204-
CMYK0.420.6600.2
HSL261.94º56.78%53.73%-
HSV(B)261.94º65.69%80%-
XYZ20.712.6658.48-
YUV99.93186.73141.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=30.28%
G=17.81%
B=51.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119702040.420.6600.2261.9456.7853.73
Hex7746CC2A420141063936
Octal167106314521020244067166
Binary11101111000110110011001010101000010010100100000110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7746CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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