#7347CF

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

Shades of Slate Blue #7347CF

Tints of Slate Blue #7347CF

Color information

#7347CF (or 0x7347CF) is unknown color: approx Slate Blue. HEX triplet: 73, 47 and CF. RGB value is (115,71,207). Sum of RGB (Red+Green+Blue) = 115+71+207=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7347CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347CF is #8CB830. Grayscale: #636363. Windows color (decimal): -9222193 or 13584243. OLE color: 13584243.

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

Color convert

RGB11571207-
CMYK0.440.6600.19
HSL259.41º58.62%54.51%-
HSV(B)259.41º65.7%81.18%-
XYZ20.5912.6660.39-
YUV99.66188.58138.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 207 (81.25% from 255) = 52.67%
R=29.26%
G=18.07%
B=52.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115712070.440.6600.19259.4158.6254.51
Hex7347CF2C420131033b37
Octal163107317541020234037367
Binary11100111000111110011111011001000010010011100000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7347CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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