#716CCA

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

Shades of Slate Blue #716CCA

Tints of Slate Blue #716CCA

Color information

#716CCA (or 0x716CCA) is unknown color: approx Slate Blue. HEX triplet: 71, 6C and CA. RGB value is (113,108,202). Sum of RGB (Red+Green+Blue) = 113+108+202=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #716CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CCA is #8E9335. Grayscale: #777777. Windows color (decimal): -9343798 or 13266033. OLE color: 13266033.

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

Color convert

RGB113108202-
CMYK0.440.4700.21
HSL243.19º47%60.78%-
HSV(B)243.19º46.53%79.22%-
XYZ22.8318.558.24-
YUV120.21174.16122.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=26.71%
G=25.53%
B=47.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131082020.440.4700.21243.194760.78
Hex716CCA2C2F015f32f3d
Octal16115431254570253635775
Binary111000111011001100101010110010111101010111110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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