#7169C9

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

Shades of Slate Blue #7169C9

Tints of Slate Blue #7169C9

Color information

#7169C9 (or 0x7169C9) is unknown color: approx Slate Blue. HEX triplet: 71, 69 and C9. RGB value is (113,105,201). Sum of RGB (Red+Green+Blue) = 113+105+201=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #7169C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169C9 is #8E9636. Grayscale: #757575. Windows color (decimal): -9344567 or 13199729. OLE color: 13199729.

HSL color Cylindrical-coordinate representation of color #7169C9: hue angle of 245º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7169C9 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113105201-
CMYK0.440.4800.21
HSL245º47.06%60%-
HSV(B)245º47.76%78.82%-
XYZ22.417.8357.52-
YUV118.34174.65124.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=26.97%
G=25.06%
B=47.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131052010.440.4800.2124547.0660
Hex7169C92C30015f52f3c
Octal16115131154600253655774
Binary111000111010011100100110110011000001010111110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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