Html Css Color HEX #716CAE Scampi

📋 copy color: '#716CAE'

red 113 ◦ green 108 ◦ blue 174

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

Shades of Scampi #716CAE

Tints of Scampi #716CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

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

R = 28.61%
G = 27.34%
B = 44.05%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#716CAE (or 0x716CAE) is known color: Scampi. HEX triplet: 71, 6C and AE. RGB value is (113,108,174). Sum of RGB (Red+Green+Blue) = 113+108+174=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #716CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716CAE is #8E9351. Grayscale: #747474. Windows color (decimal): -9343826 or 11431025. OLE color: 11431025.

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

Color convert

RGB 113 108 174 -
CMYK 0.35 0.38 0 0.32
HSL 244.55º 0.29% 0.55% -
HSV(B) 244.55º 0.38% 0.68% -
XYZ 19.81 17.29 42.34 -
YUV 117.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 113 108 174 0.35 0.38 0 0.32 244.55 0.29 0.55
Hex 71 6C AE 23 26 0 20 F5 1D 37
Octal 161 154 256 43 46 0 40 365 35 67
Binary 1110001 1101100 10101110 100011 100110 0 100000 11110101 11101 110111

Color Harmonies of #716CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716CAE

Black with #716CAE

Text Example


Text Example

White with #716CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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