Html Css Color HEX #716899 Scampi

📋 copy color: '#716899'

red 113 ◦ green 104 ◦ blue 153

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

Shades of Scampi #716899

Tints of Scampi #716899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 30.54%
G = 28.11%
B = 41.35%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#716899 (or 0x716899) is known color: Scampi. HEX triplet: 71, 68 and 99. RGB value is (113,104,153). Sum of RGB (Red+Green+Blue) = 113+104+153=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #716899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716899 is #8E9766. Grayscale: #707070. Windows color (decimal): -9344871 or 10053745. OLE color: 10053745.

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

Color convert

RGB 113 104 153 -
CMYK 0.26 0.32 0 0.4
HSL 251.02º 0.19% 0.5% -
HSV(B) 251.02º 0.32% 0.6% -
XYZ 17.51 15.71 32.25 -
YUV 112.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 113 104 153 0.26 0.32 0 0.4 251.02 0.19 0.5
Hex 71 68 99 1A 20 0 28 FB 13 32
Octal 161 150 231 32 40 0 50 373 23 62
Binary 1110001 1101000 10011001 11010 100000 0 101000 11111011 10011 110010

Color Harmonies of #716899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716899

Black with #716899

Text Example


Text Example

White with #716899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716899; }

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

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

background-color css

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

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

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

border-color css

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

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

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