#7348DD

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

Shades of Slate Blue #7348DD

Tints of Slate Blue #7348DD

Color information

#7348DD (or 0x7348DD) is unknown color: approx Slate Blue. HEX triplet: 73, 48 and DD. RGB value is (115,72,221). Sum of RGB (Red+Green+Blue) = 115+72+221=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #7348DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348DD is #8CB722. Grayscale: #656565. Windows color (decimal): -9221923 or 14502003. OLE color: 14502003.

HSL color Cylindrical-coordinate representation of color #7348DD: hue angle of 257.32º 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 #7348DD is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11572221-
CMYK0.480.6700.13
HSL257.32º68.66%57.45%-
HSV(B)257.32º67.42%86.67%-
XYZ22.4413.569.83-
YUV101.84195.25137.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=28.19%
G=17.65%
B=54.17%

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
Decimal115722210.480.6700.13257.3268.6657.45
Hex7348DD30430D1014539
Octal1631103356010301540110571
Binary11100111001000110111011100001000011011011000000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7348DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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