#7164D8

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

Shades of Slate Blue #7164D8

Tints of Slate Blue #7164D8

Color information

#7164D8 (or 0x7164D8) is unknown color: approx Slate Blue. HEX triplet: 71, 64 and D8. RGB value is (113,100,216). Sum of RGB (Red+Green+Blue) = 113+100+216=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #7164D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164D8 is #8E9B27. Grayscale: #747474. Windows color (decimal): -9345832 or 14181489. OLE color: 14181489.

HSL color Cylindrical-coordinate representation of color #7164D8: hue angle of 246.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7164D8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113100216-
CMYK0.480.5400.15
HSL246.72º59.79%61.96%-
HSV(B)246.72º53.7%84.71%-
XYZ23.7617.5867.11-
YUV117.11183.81125.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 216 (84.77% from 255) = 50.35%
R=26.34%
G=23.31%
B=50.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131002160.480.5400.15246.7259.7961.96
Hex7164D830360Ff73c3e
Octal16114433060660173677476
Binary11100011100100110110001100001101100111111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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