Html Css Color HEX #736197 Scampi

📋 copy color: '#736197'

red 115 ◦ green 97 ◦ blue 151

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

Shades of Scampi #736197

Tints of Scampi #736197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 31.68%
G = 26.72%
B = 41.6%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736197 (or 0x736197) is known color: Scampi. HEX triplet: 73, 61 and 97. RGB value is (115,97,151). Sum of RGB (Red+Green+Blue) = 115+97+151=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #736197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736197 is #8C9E68. Grayscale: #6C6C6C. Windows color (decimal): -9215593 or 9920883. OLE color: 9920883.

HSL color Cylindrical-coordinate representation of color #736197: hue angle of 260º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736197 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 97 151 -
CMYK 0.24 0.36 0 0.41
HSL 260º 0.22% 0.49% -
HSV(B) 260º 0.36% 0.59% -
XYZ 16.93 14.43 31.17 -
YUV 108.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 115 97 151 0.24 0.36 0 0.41 260 0.22 0.49
Hex 73 61 97 18 24 0 29 104 16 31
Octal 163 141 227 30 44 0 51 404 26 61
Binary 1110011 1100001 10010111 11000 100100 0 101001 100000100 10110 110001

Color Harmonies of #736197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736197

Black with #736197

Text Example


Text Example

White with #736197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736197; }

 p { color: rgb(115,97,151); }

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

background-color css

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

 a { background-color: rgb(115,97,151); }

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

border-color css

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

 span { border-color: rgb(115,97,151); }

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