#7348E0

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

Shades of Slate Blue #7348E0

Tints of Slate Blue #7348E0

Color information

#7348E0 (or 0x7348E0) is unknown color: approx Slate Blue. HEX triplet: 73, 48 and E0. RGB value is (115,72,224). Sum of RGB (Red+Green+Blue) = 115+72+224=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #7348E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348E0 is #8CB71F. Grayscale: #656565. Windows color (decimal): -9221920 or 14698611. OLE color: 14698611.

HSL color Cylindrical-coordinate representation of color #7348E0: hue angle of 256.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7348E0 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11572224-
CMYK0.490.6800.12
HSL256.97º71.03%58.04%-
HSV(B)256.97º67.86%87.84%-
XYZ22.8413.6671.95-
YUV102.18196.75137.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 224 (87.89% from 255) = 54.50%
R=27.98%
G=17.52%
B=54.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal115722240.490.6800.12256.9771.0358.04
Hex7348E031440C101473a
Octal1631103406110401440110772
Binary11100111001000111000001100011000100011001000000011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7348E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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