#7146CC

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

Shades of Slate Blue #7146CC

Tints of Slate Blue #7146CC

Color information

#7146CC (or 0x7146CC) is unknown color: approx Slate Blue. HEX triplet: 71, 46 and CC. RGB value is (113,70,204). Sum of RGB (Red+Green+Blue) = 113+70+204=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #7146CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146CC is #8EB933. Grayscale: #616161. Windows color (decimal): -9353524 or 13387377. OLE color: 13387377.

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

Color convert

RGB11370204-
CMYK0.450.6600.2
HSL259.25º56.78%53.73%-
HSV(B)259.25º65.69%80%-
XYZ19.912.2558.44-
YUV98.13187.75138.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=29.20%
G=18.09%
B=52.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113702040.450.6600.2259.2556.7853.73
Hex7146CC2D420141033936
Octal161106314551020244037166
Binary11100011000110110011001011011000010010100100000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7146CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,70,204); }

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

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

 a { background-color: rgb(113,70,204); }

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

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

 span { border-color: rgb(113,70,204); }

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