#7169D7

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

Shades of Slate Blue #7169D7

Tints of Slate Blue #7169D7

Color information

#7169D7 (or 0x7169D7) is unknown color: approx Slate Blue. HEX triplet: 71, 69 and D7. RGB value is (113,105,215). Sum of RGB (Red+Green+Blue) = 113+105+215=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #7169D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169D7 is #8E9628. Grayscale: #777777. Windows color (decimal): -9344553 or 14117233. OLE color: 14117233.

HSL color Cylindrical-coordinate representation of color #7169D7: hue angle of 244.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7169D7 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113105215-
CMYK0.470.5100.16
HSL244.36º57.89%62.75%-
HSV(B)244.36º51.16%84.31%-
XYZ24.1318.5266.59-
YUV119.93181.65123.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.10%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 215 (84.38% from 255) = 49.65%
R=26.10%
G=24.25%
B=49.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131052150.470.5100.16244.3657.8962.75
Hex7169D72F33010f43a3f
Octal16115132757630203647277
Binary111000111010011101011110111111001101000011110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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