Html Css Color HEX #737193 Scampi

📋 copy color: '#737193'

red 115 ◦ green 113 ◦ blue 147

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

Shades of Scampi #737193

Tints of Scampi #737193

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737193 (or 0x737193) is known color: Scampi. HEX triplet: 73, 71 and 93. RGB value is (115,113,147). Sum of RGB (Red+Green+Blue) = 115+113+147=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 113 (44.53% from 255 or 30.13% 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 #737193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737193 is #8C8E6C. Grayscale: #757575. Windows color (decimal): -9211501 or 9662835. OLE color: 9662835.

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

Color convert

RGB 115 113 147 -
CMYK 0.22 0.23 0 0.42
HSL 243.53º 0.14% 0.51% -
HSV(B) 243.53º 0.23% 0.58% -
XYZ 18.24 17.56 30.03 -
YUV 117.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 115 113 147 0.22 0.23 0 0.42 243.53 0.14 0.51
Hex 73 71 93 16 17 0 2A F4 E 33
Octal 163 161 223 26 27 0 52 364 16 63
Binary 1110011 1110001 10010011 10110 10111 0 101010 11110100 1110 110011

Color Harmonies of #737193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737193

Black with #737193

Text Example


Text Example

White with #737193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737193; }

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

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

background-color css

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

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

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

border-color css

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

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

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