#7380AB

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

Shades of Ship Cove #7380AB

Tints of Ship Cove #7380AB

Color information

#7380AB (or 0x7380AB) is unknown color: approx Ship Cove. HEX triplet: 73, 80 and AB. RGB value is (115,128,171). Sum of RGB (Red+Green+Blue) = 115+128+171=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #7380AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7380AB is #8C7F54. Grayscale: #808080. Windows color (decimal): -9207637 or 11239539. OLE color: 11239539.

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

Color convert

RGB115128171-
CMYK0.330.2500.33
HSL226.07º25%56.08%-
HSV(B)226.07º32.75%67.06%-
XYZ22.1422.0241.61-
YUV129.01151.69118-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=27.78%
G=30.92%
B=41.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151281710.330.2500.33226.072556.08
Hex7380AB2119021e21938
Octal16320025341310413423170
Binary111001110000000101010111000011100101000011110001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7380AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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