#7449CF

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

Shades of Slate Blue #7449CF

Tints of Slate Blue #7449CF

Color information

#7449CF (or 0x7449CF) is unknown color: approx Slate Blue. HEX triplet: 74, 49 and CF. RGB value is (116,73,207). Sum of RGB (Red+Green+Blue) = 116+73+207=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #7449CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449CF is #8BB630. Grayscale: #646464. Windows color (decimal): -9156145 or 13584756. OLE color: 13584756.

HSL color Cylindrical-coordinate representation of color #7449CF: hue angle of 259.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7449CF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11673207-
CMYK0.440.6500.19
HSL259.25º58.26%54.9%-
HSV(B)259.25º64.73%81.18%-
XYZ20.8512.9860.44-
YUV101.13187.75138.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 207 (81.25% from 255) = 52.27%
R=29.29%
G=18.43%
B=52.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116732070.440.6500.19259.2558.2654.9
Hex7449CF2C410131033a37
Octal164111317541010234037267
Binary11101001001001110011111011001000001010011100000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7449CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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