#7169CD

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

Shades of Slate Blue #7169CD

Tints of Slate Blue #7169CD

Color information

#7169CD (or 0x7169CD) is unknown color: approx Slate Blue. HEX triplet: 71, 69 and CD. RGB value is (113,105,205). Sum of RGB (Red+Green+Blue) = 113+105+205=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7169CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169CD is #8E9632. Grayscale: #767676. Windows color (decimal): -9344563 or 13461873. OLE color: 13461873.

HSL color Cylindrical-coordinate representation of color #7169CD: hue angle of 244.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7169CD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113105205-
CMYK0.450.4900.20
HSL244.8º50%60.78%-
HSV(B)244.8º48.78%80.39%-
XYZ22.8818.0260.03-
YUV118.79176.65123.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=26.71%
G=24.82%
B=48.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131052050.450.4900.20244.85060.78
Hex7169CD2D31014f5323d
Octal16115131555610243656275
Binary111000111010011100110110110111000101010011110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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