Html Css Color HEX #736397 Scampi

📋 copy color: '#736397'

red 115 ◦ green 99 ◦ blue 151

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

Shades of Scampi #736397

Tints of Scampi #736397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 31.51%
G = 27.12%
B = 41.37%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736397 (or 0x736397) is known color: Scampi. HEX triplet: 73, 63 and 97. RGB value is (115,99,151). Sum of RGB (Red+Green+Blue) = 115+99+151=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #736397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736397 is #8C9C68. Grayscale: #6D6D6D. Windows color (decimal): -9215081 or 9921395. OLE color: 9921395.

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

Color convert

RGB 115 99 151 -
CMYK 0.24 0.34 0 0.41
HSL 258.46º 0.21% 0.49% -
HSV(B) 258.46º 0.34% 0.59% -
XYZ 17.12 14.8 31.23 -
YUV 109.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 115 99 151 0.24 0.34 0 0.41 258.46 0.21 0.49
Hex 73 63 97 18 22 0 29 102 15 31
Octal 163 143 227 30 42 0 51 402 25 61
Binary 1110011 1100011 10010111 11000 100010 0 101001 100000010 10101 110001

Color Harmonies of #736397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736397

Black with #736397

Text Example


Text Example

White with #736397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736397; }

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

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

background-color css

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

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

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

border-color css

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

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

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