#7649D9

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

Shades of Slate Blue #7649D9

Tints of Slate Blue #7649D9

Color information

#7649D9 (or 0x7649D9) is unknown color: approx Slate Blue. HEX triplet: 76, 49 and D9. RGB value is (118,73,217). Sum of RGB (Red+Green+Blue) = 118+73+217=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 217 (85.16% from 255 or 53.19% from 408); Max value from RGB is 217 - color contains mainly: blue. Hex color #7649D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649D9 is #89B626. Grayscale: #666666. Windows color (decimal): -9025063 or 14240118. OLE color: 14240118.

HSL color Cylindrical-coordinate representation of color #7649D9: hue angle of 258.75º 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 #7649D9 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11873217-
CMYK0.460.6600.15
HSL258.75º65.45%56.86%-
HSV(B)258.75º66.36%85.1%-
XYZ22.3813.6367.1-
YUV102.87192.41138.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 217 (85.16% from 255) = 53.19%
R=28.92%
G=17.89%
B=53.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118732170.460.6600.15258.7565.4556.86
Hex7649D92E420F1034139
Octal1661113315610201740310171
Binary11101101001001110110011011101000010011111000000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7649D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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