Html Css Color HEX #716495 Scampi

📋 copy color: '#716495'

red 113 ◦ green 100 ◦ blue 149

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

Shades of Scampi #716495

Tints of Scampi #716495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 31.22%
G = 27.62%
B = 41.16%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716495 (or 0x716495) is known color: Scampi. HEX triplet: 71, 64 and 95. RGB value is (113,100,149). Sum of RGB (Red+Green+Blue) = 113+100+149=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #716495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716495 is #8E9B6A. Grayscale: #6D6D6D. Windows color (decimal): -9345899 or 9790577. OLE color: 9790577.

HSL color Cylindrical-coordinate representation of color #716495: hue angle of 255.92º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716495 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 100 149 -
CMYK 0.24 0.33 0 0.42
HSL 255.92º 0.2% 0.49% -
HSV(B) 255.92º 0.33% 0.58% -
XYZ 16.79 14.79 30.4 -
YUV 109.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 113 100 149 0.24 0.33 0 0.42 255.92 0.2 0.49
Hex 71 64 95 18 21 0 2A 100 14 31
Octal 161 144 225 30 41 0 52 400 24 61
Binary 1110001 1100100 10010101 11000 100001 0 101010 100000000 10100 110001

Color Harmonies of #716495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716495

Black with #716495

Text Example


Text Example

White with #716495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716495; }

 p { color: rgb(113,100,149); }

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

background-color css

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

 a { background-color: rgb(113,100,149); }

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

border-color css

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

 span { border-color: rgb(113,100,149); }

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