#736098

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

Shades of Scampi #736098

Tints of Scampi #736098

Color information

#736098 (or 0x736098) is unknown color: approx Scampi. HEX triplet: 73, 60 and 98. RGB value is (115,96,152). Sum of RGB (Red+Green+Blue) = 115+96+152=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #736098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736098 is #8C9F67. Grayscale: #6B6B6B. Windows color (decimal): -9215848 or 9986163. OLE color: 9986163.

HSL color Cylindrical-coordinate representation of color #736098: hue angle of 260.36º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736098 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11596152-
CMYK0.240.3700.40
HSL260.36º22.58%48.63%-
HSV(B)260.36º36.84%59.61%-
XYZ16.9214.2831.57-
YUV108.06152.79132.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=31.68%
G=26.45%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115961520.240.3700.40260.3622.5848.63
Hex73609818250281041731
Octal16314023030450504042761
Binary111001111000001001100011000100101010100010000010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736098; }

 p { color: rgb(115,96,152); }

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

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

 a { background-color: rgb(115,96,152); }

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

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

 span { border-color: rgb(115,96,152); }

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