#7280AB

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

Shades of Ship Cove #7280AB

Tints of Ship Cove #7280AB

Color information

#7280AB (or 0x7280AB) is unknown color: approx Ship Cove. HEX triplet: 72, 80 and AB. RGB value is (114,128,171). Sum of RGB (Red+Green+Blue) = 114+128+171=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #7280AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7280AB is #8D7F54. Grayscale: #808080. Windows color (decimal): -9273173 or 11239538. OLE color: 11239538.

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

Color convert

RGB114128171-
CMYK0.330.2500.33
HSL225.26º25.33%55.88%-
HSV(B)225.26º33.33%67.06%-
XYZ22.0121.9641.61-
YUV128.72151.86117.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=27.60%
G=30.99%
B=41.40%

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
Decimal1141281710.330.2500.33225.2625.3355.88
Hex7280AB2119021e11938
Octal16220025341310413413170
Binary111001010000000101010111000011100101000011110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7280AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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