#7284AB

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

Shades of Ship Cove #7284AB

Tints of Ship Cove #7284AB

Color information

#7284AB (or 0x7284AB) is unknown color: approx Ship Cove. HEX triplet: 72, 84 and AB. RGB value is (114,132,171). Sum of RGB (Red+Green+Blue) = 114+132+171=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #7284AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7284AB is #8D7B54. Grayscale: #828282. Windows color (decimal): -9272149 or 11240562. OLE color: 11240562.

HSL color Cylindrical-coordinate representation of color #7284AB: hue angle of 221.05º 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 #7284AB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114132171-
CMYK0.330.2300.33
HSL221.05º25.33%55.88%-
HSV(B)221.05º33.33%67.06%-
XYZ22.5423.0241.78-
YUV131.06150.54115.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=27.34%
G=31.65%
B=41.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141321710.330.2300.33221.0525.3355.88
Hex7284AB2117021dd1938
Octal16220425341270413353170
Binary111001010000100101010111000011011101000011101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,132,171); }

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

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

 a { background-color: rgb(114,132,171); }

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

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

 span { border-color: rgb(114,132,171); }

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