#716DD0

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

Shades of Slate Blue #716DD0

Tints of Slate Blue #716DD0

Color information

#716DD0 (or 0x716DD0) is unknown color: approx Slate Blue. HEX triplet: 71, 6D and D0. RGB value is (113,109,208). Sum of RGB (Red+Green+Blue) = 113+109+208=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #716DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DD0 is #8E922F. Grayscale: #797979. Windows color (decimal): -9343536 or 13659505. OLE color: 13659505.

HSL color Cylindrical-coordinate representation of color #716DD0: hue angle of 242.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716DD0 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113109208-
CMYK0.460.4800.18
HSL242.42º51.3%62.16%-
HSV(B)242.42º47.6%81.57%-
XYZ23.661962.1-
YUV121.48176.83121.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=26.28%
G=25.35%
B=48.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131092080.460.4800.18242.4251.362.16
Hex716DD02E30012f2333e
Octal16115532056600223626376
Binary111000111011011101000010111011000001001011110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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