#716BCA

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

Shades of Slate Blue #716BCA

Tints of Slate Blue #716BCA

Color information

#716BCA (or 0x716BCA) is unknown color: approx Slate Blue. HEX triplet: 71, 6B and CA. RGB value is (113,107,202). Sum of RGB (Red+Green+Blue) = 113+107+202=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #716BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BCA is #8E9435. Grayscale: #777777. Windows color (decimal): -9344054 or 13265777. OLE color: 13265777.

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

Color convert

RGB113107202-
CMYK0.440.4700.21
HSL243.79º47.26%60.59%-
HSV(B)243.79º47.03%79.22%-
XYZ22.7318.2958.21-
YUV119.62174.49123.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=26.78%
G=25.36%
B=47.87%

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
Decimal1131072020.440.4700.21243.7947.2660.59
Hex716BCA2C2F015f42f3d
Octal16115331254570253645775
Binary111000111010111100101010110010111101010111110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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