#7163CF

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

Shades of Slate Blue #7163CF

Tints of Slate Blue #7163CF

Color information

#7163CF (or 0x7163CF) is unknown color: approx Slate Blue. HEX triplet: 71, 63 and CF. RGB value is (113,99,207). Sum of RGB (Red+Green+Blue) = 113+99+207=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7163CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163CF is #8E9C30. Grayscale: #737373. Windows color (decimal): -9346097 or 13591409. OLE color: 13591409.

HSL color Cylindrical-coordinate representation of color #7163CF: hue angle of 247.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7163CF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11399207-
CMYK0.450.5200.19
HSL247.78º52.94%60%-
HSV(B)247.78º52.17%81.18%-
XYZ22.5316.9461.11-
YUV115.5179.64126.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=26.97%
G=23.63%
B=49.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113992070.450.5200.19247.7852.9460
Hex7163CF2D34013f8353c
Octal16114331755640233706574
Binary111000111000111100111110110111010001001111111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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