#716FD7

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

Shades of Slate Blue #716FD7

Tints of Slate Blue #716FD7

Color information

#716FD7 (or 0x716FD7) is unknown color: approx Slate Blue. HEX triplet: 71, 6F and D7. RGB value is (113,111,215). Sum of RGB (Red+Green+Blue) = 113+111+215=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #716FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FD7 is #8E9028. Grayscale: #7B7B7B. Windows color (decimal): -9343017 or 14118769. OLE color: 14118769.

HSL color Cylindrical-coordinate representation of color #716FD7: hue angle of 241.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716FD7 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113111215-
CMYK0.470.4800.16
HSL241.15º56.52%63.92%-
HSV(B)241.15º48.37%84.31%-
XYZ24.7619.7966.8-
YUV123.45179.66120.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 215 (84.38% from 255) = 48.97%
R=25.74%
G=25.28%
B=48.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131112150.470.4800.16241.1556.5263.92
Hex716FD72F30010f13940
Octal161157327576002036171100
Binary1110001110111111010111101111110000010000111100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,215); }

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

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

 a { background-color: rgb(113,111,215); }

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

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

 span { border-color: rgb(113,111,215); }

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