#7285A9

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

Shades of Ship Cove #7285A9

Tints of Ship Cove #7285A9

Color information

#7285A9 (or 0x7285A9) is unknown color: approx Ship Cove. HEX triplet: 72, 85 and A9. RGB value is (114,133,169). Sum of RGB (Red+Green+Blue) = 114+133+169=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #7285A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7285A9 is #8D7A56. Grayscale: #838383. Windows color (decimal): -9271895 or 11109746. OLE color: 11109746.

HSL color Cylindrical-coordinate representation of color #7285A9: hue angle of 219.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7285A9 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB114133169-
CMYK0.330.2100.34
HSL219.27º24.23%55.49%-
HSV(B)219.27º32.54%66.27%-
XYZ22.4923.2240.83-
YUV131.42149.21115.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=27.40%
G=31.97%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141331690.330.2100.34219.2724.2355.49
Hex7285A92115022db1837
Octal16220525141250423333067
Binary111001010000101101010011000011010101000101101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7285A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7285A9; }

 p { color: rgb(114,133,169); }

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

<style>
 a { background-color: #7285A9; }

 a { background-color: rgb(114,133,169); }

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

<style>
 span { border-color: #7285A9; }

 span { border-color: rgb(114,133,169); }

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