Html Css Color HEX #717197 Scampi

📋 copy color: '#717197'

red 113 ◦ green 113 ◦ blue 151

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

Shades of Scampi #717197

Tints of Scampi #717197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 29.97%
G = 29.97%
B = 40.05%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#717197 (or 0x717197) is known color: Scampi. HEX triplet: 71, 71 and 97. RGB value is (113,113,151). Sum of RGB (Red+Green+Blue) = 113+113+151=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #717197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717197 is #8E8E68. Grayscale: #757575. Windows color (decimal): -9342569 or 9924977. OLE color: 9924977.

HSL color Cylindrical-coordinate representation of color #717197: hue angle of 240º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717197 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 113 151 -
CMYK 0.25 0.25 0 0.41
HSL 240º 0.15% 0.52% -
HSV(B) 240º 0.25% 0.59% -
XYZ 18.3 17.56 31.7 -
YUV 117.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 113 113 151 0.25 0.25 0 0.41 240 0.15 0.52
Hex 71 71 97 19 19 0 29 F0 F 34
Octal 161 161 227 31 31 0 51 360 17 64
Binary 1110001 1110001 10010111 11001 11001 0 101001 11110000 1111 110100

Color Harmonies of #717197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717197

Black with #717197

Text Example


Text Example

White with #717197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717197; }

 p { color: rgb(113,113,151); }

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

background-color css

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

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

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

border-color css

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

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

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