#716DCA

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

Shades of Slate Blue #716DCA

Tints of Slate Blue #716DCA

Color information

#716DCA (or 0x716DCA) is unknown color: approx Slate Blue. HEX triplet: 71, 6D and CA. RGB value is (113,109,202). Sum of RGB (Red+Green+Blue) = 113+109+202=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #716DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCA is #8E9235. Grayscale: #787878. Windows color (decimal): -9343542 or 13266289. OLE color: 13266289.

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

Color convert

RGB113109202-
CMYK0.440.4600.21
HSL242.58º46.73%60.98%-
HSV(B)242.58º46.04%79.22%-
XYZ22.9418.7158.28-
YUV120.8173.83122.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.65%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=26.65%
G=25.71%
B=47.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131092020.440.4600.21242.5846.7360.98
Hex716DCA2C2E015f32f3d
Octal16115531254560253635775
Binary111000111011011100101010110010111001010111110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,202); }

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

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

 a { background-color: rgb(113,109,202); }

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

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

 span { border-color: rgb(113,109,202); }

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