Html Css Color HEX #717097 Scampi

📋 copy color: '#717097'

red 113 ◦ green 112 ◦ blue 151

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

Shades of Scampi #717097

Tints of Scampi #717097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 30.05%
G = 29.79%
B = 40.16%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#717097 (or 0x717097) is known color: Scampi. HEX triplet: 71, 70 and 97. RGB value is (113,112,151). Sum of RGB (Red+Green+Blue) = 113+112+151=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #717097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717097 is #8E8F68. Grayscale: #747474. Windows color (decimal): -9342825 or 9924721. OLE color: 9924721.

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

Color convert

RGB 113 112 151 -
CMYK 0.25 0.26 0 0.41
HSL 241.54º 0.16% 0.52% -
HSV(B) 241.54º 0.26% 0.59% -
XYZ 18.19 17.33 31.67 -
YUV 116.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 113 112 151 0.25 0.26 0 0.41 241.54 0.16 0.52
Hex 71 70 97 19 1A 0 29 F2 10 34
Octal 161 160 227 31 32 0 51 362 20 64
Binary 1110001 1110000 10010111 11001 11010 0 101001 11110010 10000 110100

Color Harmonies of #717097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717097

Black with #717097

Text Example


Text Example

White with #717097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717097; }

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

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

background-color css

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

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

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

border-color css

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

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

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