#736997

Color #736997 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #736997

Tints of Scampi #736997

Color information

#736997 (or 0x736997) is unknown color: approx Scampi. HEX triplet: 73, 69 and 97. RGB value is (115,105,151). Sum of RGB (Red+Green+Blue) = 115+105+151=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #736997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736997 is #8C9668. Grayscale: #717171. Windows color (decimal): -9213545 or 9922931. OLE color: 9922931.

HSL color Cylindrical-coordinate representation of color #736997: hue angle of 253.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736997 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115105151-
CMYK0.240.3000.41
HSL253.04º18.11%50.2%-
HSV(B)253.04º30.46%59.22%-
XYZ17.7115.9831.43-
YUV113.23149.31129.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=31.00%
G=28.30%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151051510.240.3000.41253.0418.1150.2
Hex736997181E029fd1232
Octal16315122730360513752262
Binary1110011110100110010111110001111001010011111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736997; }

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

 H1.HeaderClassName
 {
   color: #736997;
 }
 .AnyTagClassName
 {
   color: #736997;
 }
</style>
background-color css

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

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

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

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

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

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