#7369AD

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

Shades of Scampi #7369AD

Tints of Scampi #7369AD

Color information

#7369AD (or 0x7369AD) is unknown color: approx Scampi. HEX triplet: 73, 69 and AD. RGB value is (115,105,173). Sum of RGB (Red+Green+Blue) = 115+105+173=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7369AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369AD is #8C9652. Grayscale: #737373. Windows color (decimal): -9213523 or 11364723. OLE color: 11364723.

HSL color Cylindrical-coordinate representation of color #7369AD: hue angle of 248.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7369AD is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115105173-
CMYK0.340.3900.32
HSL248.82º29.31%54.51%-
HSV(B)248.82º39.31%67.84%-
XYZ19.6616.7741.73-
YUV115.74160.31127.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=29.26%
G=26.72%
B=44.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151051730.340.3900.32248.8229.3154.51
Hex7369AD2227020f91d37
Octal16315125542470403713567
Binary111001111010011010110110001010011101000001111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7369AD; }

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

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

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

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

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

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

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

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