#73699B

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

Shades of Scampi #73699B

Tints of Scampi #73699B

Color information

#73699B (or 0x73699B) is unknown color: approx Scampi. HEX triplet: 73, 69 and 9B. RGB value is (115,105,155). Sum of RGB (Red+Green+Blue) = 115+105+155=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #73699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73699B is #8C9664. Grayscale: #717171. Windows color (decimal): -9213541 or 10185075. OLE color: 10185075.

HSL color Cylindrical-coordinate representation of color #73699B: hue angle of 252º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73699B is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115105155-
CMYK0.260.3200.39
HSL252º20%50.98%-
HSV(B)252º32.26%60.78%-
XYZ18.0416.1133.17-
YUV113.69151.31128.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=30.67%
G=28%
B=41.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151051550.260.3200.392522050.98
Hex73699B1A20027fc1433
Octal16315123332400473742463
Binary11100111101001100110111101010000001001111111110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73699B; }

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

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

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

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

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

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

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

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