#7369AB

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

Shades of Scampi #7369AB

Tints of Scampi #7369AB

Color information

#7369AB (or 0x7369AB) is unknown color: approx Scampi. HEX triplet: 73, 69 and AB. RGB value is (115,105,171). Sum of RGB (Red+Green+Blue) = 115+105+171=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7369AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369AB is #8C9654. Grayscale: #737373. Windows color (decimal): -9213525 or 11233651. OLE color: 11233651.

HSL color Cylindrical-coordinate representation of color #7369AB: hue angle of 249.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7369AB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115105171-
CMYK0.330.3900.33
HSL249.09º28.21%54.12%-
HSV(B)249.09º38.6%67.06%-
XYZ19.4716.6940.72-
YUV115.51159.31127.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=29.41%
G=26.85%
B=43.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151051710.330.3900.33249.0928.2154.12
Hex7369AB2127021f91c36
Octal16315125341470413713466
Binary111001111010011010101110000110011101000011111100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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