Html Css Color HEX #717192 Scampi

📋 copy color: '#717192'

red 113 ◦ green 113 ◦ blue 146

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

Shades of Scampi #717192

Tints of Scampi #717192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 30.38%
G = 30.38%
B = 39.25%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717192 (or 0x717192) is known color: Scampi. HEX triplet: 71, 71 and 92. RGB value is (113,113,146). Sum of RGB (Red+Green+Blue) = 113+113+146=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #717192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717192 is #8E8E6D. Grayscale: #747474. Windows color (decimal): -9342574 or 9597297. OLE color: 9597297.

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

Color convert

RGB 113 113 146 -
CMYK 0.23 0.23 0 0.43
HSL 240º 0.13% 0.51% -
HSV(B) 240º 0.23% 0.57% -
XYZ 17.9 17.4 29.61 -
YUV 116.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 113 113 146 0.23 0.23 0 0.43 240 0.13 0.51
Hex 71 71 92 17 17 0 2B F0 D 33
Octal 161 161 222 27 27 0 53 360 15 63
Binary 1110001 1110001 10010010 10111 10111 0 101011 11110000 1101 110011

Color Harmonies of #717192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717192

Black with #717192

Text Example


Text Example

White with #717192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717192; }

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

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

background-color css

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

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

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

border-color css

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

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

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