Html Css Color HEX #716A99 Scampi

📋 copy color: '#716A99'

red 113 ◦ green 106 ◦ blue 153

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

Shades of Scampi #716A99

Tints of Scampi #716A99

RGB

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

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

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

R = 30.38%
G = 28.49%
B = 41.13%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#716A99 (or 0x716A99) is known color: Scampi. HEX triplet: 71, 6A and 99. RGB value is (113,106,153). Sum of RGB (Red+Green+Blue) = 113+106+153=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #716A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A99 is #8E9566. Grayscale: #717171. Windows color (decimal): -9344359 or 10054257. OLE color: 10054257.

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

Color convert

RGB 113 106 153 -
CMYK 0.26 0.31 0 0.4
HSL 248.94º 0.19% 0.51% -
HSV(B) 248.94º 0.31% 0.6% -
XYZ 17.71 16.12 32.31 -
YUV 113.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 113 106 153 0.26 0.31 0 0.4 248.94 0.19 0.51
Hex 71 6A 99 1A 1F 0 28 F9 13 33
Octal 161 152 231 32 37 0 50 371 23 63
Binary 1110001 1101010 10011001 11010 11111 0 101000 11111001 10011 110011

Color Harmonies of #716A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A99

Black with #716A99

Text Example


Text Example

White with #716A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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