#7449DB

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

Shades of Slate Blue #7449DB

Tints of Slate Blue #7449DB

Color information

#7449DB (or 0x7449DB) is unknown color: approx Slate Blue. HEX triplet: 74, 49 and DB. RGB value is (116,73,219). Sum of RGB (Red+Green+Blue) = 116+73+219=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #7449DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449DB is #8BB624. Grayscale: #656565. Windows color (decimal): -9156133 or 14371188. OLE color: 14371188.

HSL color Cylindrical-coordinate representation of color #7449DB: hue angle of 257.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7449DB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11673219-
CMYK0.470.6700.14
HSL257.67º66.97%57.25%-
HSV(B)257.67º66.67%85.88%-
XYZ22.3713.5968.46-
YUV102.5193.75137.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 219 (85.94% from 255) = 53.68%
R=28.43%
G=17.89%
B=53.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116732190.470.6700.14257.6766.9757.25
Hex7449DB2F430E1024339
Octal1641113335710301640210371
Binary11101001001001110110111011111000011011101000000101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7449DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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