#716AC8

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

Shades of Slate Blue #716AC8

Tints of Slate Blue #716AC8

Color information

#716AC8 (or 0x716AC8) is unknown color: approx Slate Blue. HEX triplet: 71, 6A and C8. RGB value is (113,106,200). Sum of RGB (Red+Green+Blue) = 113+106+200=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #716AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AC8 is #8E9537. Grayscale: #767676. Windows color (decimal): -9344312 or 13134449. OLE color: 13134449.

HSL color Cylindrical-coordinate representation of color #716AC8: hue angle of 244.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716AC8 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113106200-
CMYK0.440.4700.22
HSL244.47º46.08%60%-
HSV(B)244.47º47%78.43%-
XYZ22.3917.9956.94-
YUV118.81173.82123.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 200 (78.52% from 255) = 47.73%
R=26.97%
G=25.30%
B=47.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131062000.440.4700.22244.4746.0860
Hex716AC82C2F016f42e3c
Octal16115231054570263645674
Binary111000111010101100100010110010111101011011110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716AC8; }

 p { color: rgb(113,106,200); }

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

<style>
 a { background-color: #716AC8; }

 a { background-color: rgb(113,106,200); }

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

<style>
 span { border-color: #716AC8; }

 span { border-color: rgb(113,106,200); }

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