#716BCF

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

Shades of Slate Blue #716BCF

Tints of Slate Blue #716BCF

Color information

#716BCF (or 0x716BCF) is unknown color: approx Slate Blue. HEX triplet: 71, 6B and CF. RGB value is (113,107,207). Sum of RGB (Red+Green+Blue) = 113+107+207=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #716BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BCF is #8E9430. Grayscale: #777777. Windows color (decimal): -9344049 or 13593457. OLE color: 13593457.

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

Color convert

RGB113107207-
CMYK0.450.4800.19
HSL243.6º51.02%61.57%-
HSV(B)243.6º48.31%81.18%-
XYZ23.3318.5361.38-
YUV120.19176.99122.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=26.46%
G=25.06%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131072070.450.4800.19243.651.0261.57
Hex716BCF2D30013f4333e
Octal16115331755600233646376
Binary111000111010111100111110110111000001001111110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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