Html Css Color HEX #716AC5 Slate Blue

📋 copy color: '#716AC5'

red 113 ◦ green 106 ◦ blue 197

#716AC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #716AC5

Tints of Slate Blue #716AC5

RGB

 RED value IS 113 (44.53% from 255) = 27.16%

 GREEN value IS 106 (41.8% from 255) = 25.48%

 BLUE value IS 197 (77.34% from 255) = 47.36%

R = 27.16%
G = 25.48%
B = 47.36%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#716AC5 (or 0x716AC5) is known color: Slate Blue. HEX triplet: 71, 6A and C5. RGB value is (113,106,197). Sum of RGB (Red+Green+Blue) = 113+106+197=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #716AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AC5 is #8E953A. Grayscale: #767676. Windows color (decimal): -9344315 or 12937841. OLE color: 12937841.

HSL color Cylindrical-coordinate representation of color #716AC5: hue angle of 244.62º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716AC5 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 106 197 -
CMYK 0.43 0.46 0 0.23
HSL 244.62º 0.44% 0.59% -
HSV(B) 244.62º 0.46% 0.77% -
XYZ 22.04 17.85 55.11 -
YUV 118.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 113 106 197 0.43 0.46 0 0.23 244.62 0.44 0.59
Hex 71 6A C5 2B 2E 0 17 F5 2C 3B
Octal 161 152 305 53 56 0 27 365 54 73
Binary 1110001 1101010 11000101 101011 101110 0 10111 11110101 101100 111011

Color Harmonies of #716AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AC5

Black with #716AC5

Text Example


Text Example

White with #716AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,197); }

 H1.HeaderClassName
 {
   color: #716AC5;
 }
 .AnyTagClassName
 {
   color: #716AC5;
 }
</style>

background-color css

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

 a { background-color: rgb(113,106,197); }

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

border-color css

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

 span { border-color: rgb(113,106,197); }

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