#7449C2

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

Shades of Slate Blue #7449C2

Tints of Slate Blue #7449C2

Color information

#7449C2 (or 0x7449C2) is unknown color: approx Slate Blue. HEX triplet: 74, 49 and C2. RGB value is (116,73,194). Sum of RGB (Red+Green+Blue) = 116+73+194=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #7449C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449C2 is #8BB63D. Grayscale: #636363. Windows color (decimal): -9156158 or 12732788. OLE color: 12732788.

HSL color Cylindrical-coordinate representation of color #7449C2: hue angle of 261.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7449C2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11673194-
CMYK0.400.6200.24
HSL261.32º49.79%52.35%-
HSV(B)261.32º62.37%76.08%-
XYZ19.3212.3752.41-
YUV99.65181.25139.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 194 (76.17% from 255) = 50.65%
R=30.29%
G=19.06%
B=50.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116731940.400.6200.24261.3249.7952.35
Hex7449C2283E0181053234
Octal16411130250760304056264
Binary1110100100100111000010101000111110011000100000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7449C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7449C2; }

 p { color: rgb(116,73,194); }

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

<style>
 a { background-color: #7449C2; }

 a { background-color: rgb(116,73,194); }

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

<style>
 span { border-color: #7449C2; }

 span { border-color: rgb(116,73,194); }

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