#7448DD

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

Shades of Slate Blue #7448DD

Tints of Slate Blue #7448DD

Color information

#7448DD (or 0x7448DD) is unknown color: approx Slate Blue. HEX triplet: 74, 48 and DD. RGB value is (116,72,221). Sum of RGB (Red+Green+Blue) = 116+72+221=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #7448DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448DD is #8BB722. Grayscale: #656565. Windows color (decimal): -9156387 or 14502004. OLE color: 14502004.

HSL color Cylindrical-coordinate representation of color #7448DD: hue angle of 257.72º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7448DD is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11672221-
CMYK0.480.6700.13
HSL257.72º68.66%57.45%-
HSV(B)257.72º67.42%86.67%-
XYZ22.5713.5769.84-
YUV102.14195.08137.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 221 (86.72% from 255) = 54.03%
R=28.36%
G=17.60%
B=54.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116722210.480.6700.13257.7268.6657.45
Hex7448DD30430D1024539
Octal1641103356010301540210571
Binary11101001001000110111011100001000011011011000000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7448DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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