#7549DB

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

Shades of Slate Blue #7549DB

Tints of Slate Blue #7549DB

Color information

#7549DB (or 0x7549DB) is unknown color: approx Slate Blue. HEX triplet: 75, 49 and DB. RGB value is (117,73,219). Sum of RGB (Red+Green+Blue) = 117+73+219=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #7549DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549DB is #8AB624. Grayscale: #666666. Windows color (decimal): -9090597 or 14371189. OLE color: 14371189.

HSL color Cylindrical-coordinate representation of color #7549DB: hue angle of 258.08º 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 #7549DB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11773219-
CMYK0.470.6700.14
HSL258.08º66.97%57.25%-
HSV(B)258.08º66.67%85.88%-
XYZ22.513.6668.47-
YUV102.8193.58138.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=28.61%
G=17.85%
B=53.55%

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
Decimal117732190.470.6700.14258.0866.9757.25
Hex7549DB2F430E1024339
Octal1651113335710301640210371
Binary11101011001001110110111011111000011011101000000101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7549DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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