Html Css Color HEX #717193 Scampi

📋 copy color: '#717193'

red 113 ◦ green 113 ◦ blue 147

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

Shades of Scampi #717193

Tints of Scampi #717193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 30.29%
G = 30.29%
B = 39.41%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717193 (or 0x717193) is known color: Scampi. HEX triplet: 71, 71 and 93. RGB value is (113,113,147). Sum of RGB (Red+Green+Blue) = 113+113+147=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #717193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717193 is #8E8E6C. Grayscale: #747474. Windows color (decimal): -9342573 or 9662833. OLE color: 9662833.

HSL color Cylindrical-coordinate representation of color #717193: hue angle of 240º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717193 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 113 147 -
CMYK 0.23 0.23 0 0.42
HSL 240º 0.14% 0.51% -
HSV(B) 240º 0.23% 0.58% -
XYZ 17.98 17.43 30.02 -
YUV 116.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 113 113 147 0.23 0.23 0 0.42 240 0.14 0.51
Hex 71 71 93 17 17 0 2A F0 E 33
Octal 161 161 223 27 27 0 52 360 16 63
Binary 1110001 1110001 10010011 10111 10111 0 101010 11110000 1110 110011

Color Harmonies of #717193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717193

Black with #717193

Text Example


Text Example

White with #717193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717193; }

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

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

background-color css

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

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

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

border-color css

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

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

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