#7348D3

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

Shades of Slate Blue #7348D3

Tints of Slate Blue #7348D3

Color information

#7348D3 (or 0x7348D3) is unknown color: approx Slate Blue. HEX triplet: 73, 48 and D3. RGB value is (115,72,211). Sum of RGB (Red+Green+Blue) = 115+72+211=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #7348D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348D3 is #8CB72C. Grayscale: #646464. Windows color (decimal): -9221933 or 13846643. OLE color: 13846643.

HSL color Cylindrical-coordinate representation of color #7348D3: hue angle of 258.56º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7348D3 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11572211-
CMYK0.450.6600.17
HSL258.56º61.23%55.49%-
HSV(B)258.56º65.88%82.75%-
XYZ21.1512.9863.02-
YUV100.7190.25138.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 211 (82.81% from 255) = 53.02%
R=28.89%
G=18.09%
B=53.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal115722110.450.6600.17258.5661.2355.49
Hex7348D32D420111033d37
Octal163110323551020214037567
Binary11100111001000110100111011011000010010001100000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7348D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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