#7163D1

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

Shades of Slate Blue #7163D1

Tints of Slate Blue #7163D1

Color information

#7163D1 (or 0x7163D1) is unknown color: approx Slate Blue. HEX triplet: 71, 63 and D1. RGB value is (113,99,209). Sum of RGB (Red+Green+Blue) = 113+99+209=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #7163D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163D1 is #8E9C2E. Grayscale: #737373. Windows color (decimal): -9346095 or 13722481. OLE color: 13722481.

HSL color Cylindrical-coordinate representation of color #7163D1: hue angle of 247.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7163D1 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11399209-
CMYK0.460.5300.18
HSL247.64º54.46%60.39%-
HSV(B)247.64º52.63%81.96%-
XYZ22.7817.0462.41-
YUV115.73180.64126.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=26.84%
G=23.52%
B=49.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113992090.460.5300.18247.6454.4660.39
Hex7163D12E35012f8363c
Octal16114332156650223706674
Binary111000111000111101000110111011010101001011111000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7163D1; }

 p { color: rgb(113,99,209); }

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

<style>
 a { background-color: #7163D1; }

 a { background-color: rgb(113,99,209); }

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

<style>
 span { border-color: #7163D1; }

 span { border-color: rgb(113,99,209); }

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