#7281AB

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

Shades of Ship Cove #7281AB

Tints of Ship Cove #7281AB

Color information

#7281AB (or 0x7281AB) is unknown color: approx Ship Cove. HEX triplet: 72, 81 and AB. RGB value is (114,129,171). Sum of RGB (Red+Green+Blue) = 114+129+171=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #7281AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7281AB is #8D7E54. Grayscale: #818181. Windows color (decimal): -9272917 or 11239794. OLE color: 11239794.

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

Color convert

RGB114129171-
CMYK0.330.2500.33
HSL224.21º25.33%55.88%-
HSV(B)224.21º33.33%67.06%-
XYZ22.1422.2241.65-
YUV129.3151.53117.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=27.54%
G=31.16%
B=41.30%

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
Decimal1141291710.330.2500.33224.2125.3355.88
Hex7281AB2119021e01938
Octal16220125341310413403170
Binary111001010000001101010111000011100101000011110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7281AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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