#7287AD

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

Shades of Ship Cove #7287AD

Tints of Ship Cove #7287AD

Color information

#7287AD (or 0x7287AD) is unknown color: approx Ship Cove. HEX triplet: 72, 87 and AD. RGB value is (114,135,173). Sum of RGB (Red+Green+Blue) = 114+135+173=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #7287AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7287AD is #8D7852. Grayscale: #848484. Windows color (decimal): -9271379 or 11372402. OLE color: 11372402.

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

Color convert

RGB114135173-
CMYK0.340.2200.32
HSL218.64º26.46%56.27%-
HSV(B)218.64º34.1%67.84%-
XYZ23.1523.9242.93-
YUV133.05150.54114.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=27.01%
G=31.99%
B=41.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141351730.340.2200.32218.6426.4656.27
Hex7287AD2216020db1a38
Octal16220725542260403333270
Binary111001010000111101011011000101011001000001101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7287AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,135,173); }

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

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

 a { background-color: rgb(114,135,173); }

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

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

 span { border-color: rgb(114,135,173); }

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