Html Css Color HEX #716EA2 Scampi

📋 copy color: '#716EA2'

red 113 ◦ green 110 ◦ blue 162

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

Shades of Scampi #716EA2

Tints of Scampi #716EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 29.35%
G = 28.57%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#716EA2 (or 0x716EA2) is known color: Scampi. HEX triplet: 71, 6E and A2. RGB value is (113,110,162). Sum of RGB (Red+Green+Blue) = 113+110+162=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #716EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EA2 is #8E915D. Grayscale: #747474. Windows color (decimal): -9343326 or 10645105. OLE color: 10645105.

HSL color Cylindrical-coordinate representation of color #716EA2: hue angle of 243.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716EA2 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 110 162 -
CMYK 0.30 0.32 0 0.36
HSL 243.46º 0.22% 0.53% -
HSV(B) 243.46º 0.32% 0.64% -
XYZ 18.91 17.27 36.52 -
YUV 116.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 113 110 162 0.30 0.32 0 0.36 243.46 0.22 0.53
Hex 71 6E A2 1E 20 0 24 F3 16 35
Octal 161 156 242 36 40 0 44 363 26 65
Binary 1110001 1101110 10100010 11110 100000 0 100100 11110011 10110 110101

Color Harmonies of #716EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716EA2

Black with #716EA2

Text Example


Text Example

White with #716EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,162); }

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

background-color css

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

 a { background-color: rgb(113,110,162); }

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

border-color css

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

 span { border-color: rgb(113,110,162); }

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