#7749C6

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

Shades of Slate Blue #7749C6

Tints of Slate Blue #7749C6

Color information

#7749C6 (or 0x7749C6) is unknown color: approx Slate Blue. HEX triplet: 77, 49 and C6. RGB value is (119,73,198). Sum of RGB (Red+Green+Blue) = 119+73+198=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #7749C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749C6 is #88B639. Grayscale: #646464. Windows color (decimal): -8959546 or 12994935. OLE color: 12994935.

HSL color Cylindrical-coordinate representation of color #7749C6: hue angle of 262.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7749C6 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11973198-
CMYK0.400.6300.22
HSL262.08º52.3%53.14%-
HSV(B)262.08º63.13%77.65%-
XYZ20.1812.7654.83-
YUV101182.74140.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=30.51%
G=18.72%
B=50.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119731980.400.6300.22262.0852.353.14
Hex7749C6283F0161063435
Octal16711130650770264066465
Binary1110111100100111000110101000111111010110100000110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7749C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7749C6; }

 p { color: rgb(119,73,198); }

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

<style>
 a { background-color: #7749C6; }

 a { background-color: rgb(119,73,198); }

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

<style>
 span { border-color: #7749C6; }

 span { border-color: rgb(119,73,198); }

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