Html Css Color HEX #716E99 Scampi

📋 copy color: '#716E99'

red 113 ◦ green 110 ◦ blue 153

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

Shades of Scampi #716E99

Tints of Scampi #716E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 30.05%
G = 29.26%
B = 40.69%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#716E99 (or 0x716E99) is known color: Scampi. HEX triplet: 71, 6E and 99. RGB value is (113,110,153). Sum of RGB (Red+Green+Blue) = 113+110+153=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #716E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E99 is #8E9166. Grayscale: #737373. Windows color (decimal): -9343335 or 10055281. OLE color: 10055281.

HSL color Cylindrical-coordinate representation of color #716E99: hue angle of 244.19º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716E99 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 110 153 -
CMYK 0.26 0.28 0 0.4
HSL 244.19º 0.17% 0.52% -
HSV(B) 244.19º 0.28% 0.6% -
XYZ 18.14 16.96 32.46 -
YUV 115.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 113 110 153 0.26 0.28 0 0.4 244.19 0.17 0.52
Hex 71 6E 99 1A 1C 0 28 F4 11 34
Octal 161 156 231 32 34 0 50 364 21 64
Binary 1110001 1101110 10011001 11010 11100 0 101000 11110100 10001 110100

Color Harmonies of #716E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E99

Black with #716E99

Text Example


Text Example

White with #716E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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