#7164C1

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

Shades of Slate Blue #7164C1

Tints of Slate Blue #7164C1

Color information

#7164C1 (or 0x7164C1) is unknown color: approx Slate Blue. HEX triplet: 71, 64 and C1. RGB value is (113,100,193). Sum of RGB (Red+Green+Blue) = 113+100+193=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #7164C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164C1 is #8E9B3E. Grayscale: #727272. Windows color (decimal): -9345855 or 12674161. OLE color: 12674161.

HSL color Cylindrical-coordinate representation of color #7164C1: hue angle of 248.39º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7164C1 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB113100193-
CMYK0.410.4800.24
HSL248.39º42.86%57.45%-
HSV(B)248.39º48.19%75.69%-
XYZ20.9916.4852.53-
YUV114.49172.31126.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=27.83%
G=24.63%
B=47.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131001930.410.4800.24248.3942.8657.45
Hex7164C12930018f82b39
Octal16114430151600303705371
Binary111000111001001100000110100111000001100011111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7164C1; }

 p { color: rgb(113,100,193); }

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

<style>
 a { background-color: #7164C1; }

 a { background-color: rgb(113,100,193); }

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

<style>
 span { border-color: #7164C1; }

 span { border-color: rgb(113,100,193); }

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