#716BC8

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

Shades of Slate Blue #716BC8

Tints of Slate Blue #716BC8

Color information

#716BC8 (or 0x716BC8) is unknown color: approx Slate Blue. HEX triplet: 71, 6B and C8. RGB value is (113,107,200). Sum of RGB (Red+Green+Blue) = 113+107+200=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #716BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BC8 is #8E9437. Grayscale: #777777. Windows color (decimal): -9344056 or 13134705. OLE color: 13134705.

HSL color Cylindrical-coordinate representation of color #716BC8: hue angle of 243.87º 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 #716BC8 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113107200-
CMYK0.440.4600.22
HSL243.87º45.81%60.2%-
HSV(B)243.87º46.5%78.43%-
XYZ22.4918.256.97-
YUV119.4173.49123.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=26.90%
G=25.48%
B=47.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131072000.440.4600.22243.8745.8160.2
Hex716BC82C2E016f42e3c
Octal16115331054560263645674
Binary111000111010111100100010110010111001011011110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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