#7649CA

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

Shades of Slate Blue #7649CA

Tints of Slate Blue #7649CA

Color information

#7649CA (or 0x7649CA) is unknown color: approx Slate Blue. HEX triplet: 76, 49 and CA. RGB value is (118,73,202). Sum of RGB (Red+Green+Blue) = 118+73+202=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #7649CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649CA is #89B635. Grayscale: #646464. Windows color (decimal): -9025078 or 13257078. OLE color: 13257078.

HSL color Cylindrical-coordinate representation of color #7649CA: hue angle of 260.93º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7649CA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11873202-
CMYK0.420.6400.21
HSL260.93º54.89%53.92%-
HSV(B)260.93º63.86%79.22%-
XYZ20.5112.8857.28-
YUV101.16184.91140.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=30.03%
G=18.58%
B=51.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118732020.420.6400.21260.9354.8953.92
Hex7649CA2A400151053736
Octal166111312521000254056766
Binary11101101001001110010101010101000000010101100000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7649CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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