#7749D9

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

Shades of Slate Blue #7749D9

Tints of Slate Blue #7749D9

Color information

#7749D9 (or 0x7749D9) is unknown color: approx Slate Blue. HEX triplet: 77, 49 and D9. RGB value is (119,73,217). Sum of RGB (Red+Green+Blue) = 119+73+217=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #7749D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749D9 is #88B626. Grayscale: #666666. Windows color (decimal): -8959527 or 14240119. OLE color: 14240119.

HSL color Cylindrical-coordinate representation of color #7749D9: hue angle of 259.17º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7749D9 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11973217-
CMYK0.450.6600.15
HSL259.17º65.45%56.86%-
HSV(B)259.17º66.36%85.1%-
XYZ22.5113.767.1-
YUV103.17192.24139.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=29.10%
G=17.85%
B=53.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal119732170.450.6600.15259.1765.4556.86
Hex7749D92D420F1034139
Octal1671113315510201740310171
Binary11101111001001110110011011011000010011111000000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7749D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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