#736894

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

Shades of Scampi #736894

Tints of Scampi #736894

Color information

#736894 (or 0x736894) is unknown color: approx Scampi. HEX triplet: 73, 68 and 94. RGB value is (115,104,148). Sum of RGB (Red+Green+Blue) = 115+104+148=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #736894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736894 is #8C976B. Grayscale: #707070. Windows color (decimal): -9213804 or 9726067. OLE color: 9726067.

HSL color Cylindrical-coordinate representation of color #736894: hue angle of 255º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736894 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115104148-
CMYK0.220.3000.42
HSL255º17.46%49.41%-
HSV(B)255º29.73%58.04%-
XYZ17.3715.6830.13-
YUV112.3148.14129.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.34%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=31.34%
G=28.34%
B=40.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151041480.220.3000.4225517.4649.41
Hex736894161E02Aff1131
Octal16315022426360523772161
Binary1110011110100010010100101101111001010101111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736894; }

 p { color: rgb(115,104,148); }

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

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

 a { background-color: rgb(115,104,148); }

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

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

 span { border-color: rgb(115,104,148); }

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