Html Css Color HEX #716BAE Scampi

📋 copy color: '#716BAE'

red 113 ◦ green 107 ◦ blue 174

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

Shades of Scampi #716BAE

Tints of Scampi #716BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 28.68%
G = 27.16%
B = 44.16%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#716BAE (or 0x716BAE) is known color: Scampi. HEX triplet: 71, 6B and AE. RGB value is (113,107,174). Sum of RGB (Red+Green+Blue) = 113+107+174=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #716BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAE is #8E9451. Grayscale: #747474. Windows color (decimal): -9344082 or 11430769. OLE color: 11430769.

HSL color Cylindrical-coordinate representation of color #716BAE: hue angle of 245.37º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716BAE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 107 174 -
CMYK 0.35 0.39 0 0.32
HSL 245.37º 0.29% 0.55% -
HSV(B) 245.37º 0.39% 0.68% -
XYZ 19.71 17.08 42.3 -
YUV 116.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 113 107 174 0.35 0.39 0 0.32 245.37 0.29 0.55
Hex 71 6B AE 23 27 0 20 F5 1D 37
Octal 161 153 256 43 47 0 40 365 35 67
Binary 1110001 1101011 10101110 100011 100111 0 100000 11110101 11101 110111

Color Harmonies of #716BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BAE

Black with #716BAE

Text Example


Text Example

White with #716BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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