#7169D8

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

Shades of Slate Blue #7169D8

Tints of Slate Blue #7169D8

Color information

#7169D8 (or 0x7169D8) is unknown color: approx Slate Blue. HEX triplet: 71, 69 and D8. RGB value is (113,105,216). Sum of RGB (Red+Green+Blue) = 113+105+216=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #7169D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169D8 is #8E9627. Grayscale: #777777. Windows color (decimal): -9344552 or 14182769. OLE color: 14182769.

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

Color convert

RGB113105216-
CMYK0.480.5100.15
HSL244.32º58.73%62.94%-
HSV(B)244.32º51.39%84.71%-
XYZ24.2618.5767.27-
YUV120.05182.15122.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 216 (84.77% from 255) = 49.77%
R=26.04%
G=24.19%
B=49.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131052160.480.5100.15244.3258.7362.94
Hex7169D830330Ff43b3f
Octal16115133060630173647377
Binary11100011101001110110001100001100110111111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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