#7382AE

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

Shades of Ship Cove #7382AE

Tints of Ship Cove #7382AE

Color information

#7382AE (or 0x7382AE) is unknown color: approx Ship Cove. HEX triplet: 73, 82 and AE. RGB value is (115,130,174). Sum of RGB (Red+Green+Blue) = 115+130+174=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #7382AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7382AE is #8C7D51. Grayscale: #828282. Windows color (decimal): -9207122 or 11436659. OLE color: 11436659.

HSL color Cylindrical-coordinate representation of color #7382AE: hue angle of 224.75º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7382AE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115130174-
CMYK0.340.2500.32
HSL224.75º26.7%56.67%-
HSV(B)224.75º33.91%68.24%-
XYZ22.6922.6743.22-
YUV130.53152.53116.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=27.45%
G=31.03%
B=41.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151301740.340.2500.32224.7526.756.67
Hex7382AE2219020e11b39
Octal16320225642310403413371
Binary111001110000010101011101000101100101000001110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7382AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7382AE; }

 p { color: rgb(115,130,174); }

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

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

 a { background-color: rgb(115,130,174); }

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

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

 span { border-color: rgb(115,130,174); }

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