#7347CC

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

Shades of Slate Blue #7347CC

Tints of Slate Blue #7347CC

Color information

#7347CC (or 0x7347CC) is unknown color: approx Slate Blue. HEX triplet: 73, 47 and CC. RGB value is (115,71,204). Sum of RGB (Red+Green+Blue) = 115+71+204=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #7347CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347CC is #8CB833. Grayscale: #626262. Windows color (decimal): -9222196 or 13387635. OLE color: 13387635.

HSL color Cylindrical-coordinate representation of color #7347CC: hue angle of 259.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7347CC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11571204-
CMYK0.440.6500.2
HSL259.85º56.6%53.92%-
HSV(B)259.85º65.2%80%-
XYZ20.2212.5158.48-
YUV99.32187.08139.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 204 (80.08% from 255) = 52.31%
R=29.49%
G=18.21%
B=52.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115712040.440.6500.2259.8556.653.92
Hex7347CC2C410141043936
Octal163107314541010244047166
Binary11100111000111110011001011001000001010100100000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7347CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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