Html Css Color HEX #717393 Scampi

📋 copy color: '#717393'

red 113 ◦ green 115 ◦ blue 147

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

Shades of Scampi #717393

Tints of Scampi #717393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 30.13%
G = 30.67%
B = 39.2%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717393 (or 0x717393) is known color: Scampi. HEX triplet: 71, 73 and 93. RGB value is (113,115,147). Sum of RGB (Red+Green+Blue) = 113+115+147=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #717393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717393 is #8E8C6C. Grayscale: #757575. Windows color (decimal): -9342061 or 9663345. OLE color: 9663345.

HSL color Cylindrical-coordinate representation of color #717393: hue angle of 236.47º 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 #717393 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 115 147 -
CMYK 0.23 0.22 0 0.42
HSL 236.47º 0.14% 0.51% -
HSV(B) 236.47º 0.23% 0.58% -
XYZ 18.21 17.88 30.1 -
YUV 118.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 113 115 147 0.23 0.22 0 0.42 236.47 0.14 0.51
Hex 71 73 93 17 16 0 2A EC E 33
Octal 161 163 223 27 26 0 52 354 16 63
Binary 1110001 1110011 10010011 10111 10110 0 101010 11101100 1110 110011

Color Harmonies of #717393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717393

Black with #717393

Text Example


Text Example

White with #717393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717393; }

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

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

background-color css

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

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

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

border-color css

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

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

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