#7448DB

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

Shades of Slate Blue #7448DB

Tints of Slate Blue #7448DB

Color information

#7448DB (or 0x7448DB) is unknown color: approx Slate Blue. HEX triplet: 74, 48 and DB. RGB value is (116,72,219). Sum of RGB (Red+Green+Blue) = 116+72+219=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #7448DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448DB is #8BB724. Grayscale: #656565. Windows color (decimal): -9156389 or 14370932. OLE color: 14370932.

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

Color convert

RGB11672219-
CMYK0.470.6700.14
HSL257.96º67.12%57.06%-
HSV(B)257.96º67.12%85.88%-
XYZ22.3113.4668.44-
YUV101.91194.08138.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=28.50%
G=17.69%
B=53.81%

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
Decimal116722190.470.6700.14257.9667.1257.06
Hex7448DB2F430E1024339
Octal1641103335710301640210371
Binary11101001001000110110111011111000011011101000000101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7448DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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