#7348CF

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

Shades of Slate Blue #7348CF

Tints of Slate Blue #7348CF

Color information

#7348CF (or 0x7348CF) is unknown color: approx Slate Blue. HEX triplet: 73, 48 and CF. RGB value is (115,72,207). Sum of RGB (Red+Green+Blue) = 115+72+207=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #7348CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348CF is #8CB730. Grayscale: #636363. Windows color (decimal): -9221937 or 13584499. OLE color: 13584499.

HSL color Cylindrical-coordinate representation of color #7348CF: hue angle of 259.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7348CF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11572207-
CMYK0.440.6500.19
HSL259.11º58.44%54.71%-
HSV(B)259.11º65.22%81.18%-
XYZ20.6512.7860.41-
YUV100.25188.25138.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 207 (81.25% from 255) = 52.54%
R=29.19%
G=18.27%
B=52.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115722070.440.6500.19259.1158.4454.71
Hex7348CF2C410131033a37
Octal163110317541010234037267
Binary11100111001000110011111011001000001010011100000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7348CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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