#7282AB

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

Shades of Ship Cove #7282AB

Tints of Ship Cove #7282AB

Color information

#7282AB (or 0x7282AB) is unknown color: approx Ship Cove. HEX triplet: 72, 82 and AB. RGB value is (114,130,171). Sum of RGB (Red+Green+Blue) = 114+130+171=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #7282AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7282AB is #8D7D54. Grayscale: #818181. Windows color (decimal): -9272661 or 11240050. OLE color: 11240050.

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

Color convert

RGB114130171-
CMYK0.330.2400.33
HSL223.16º25.33%55.88%-
HSV(B)223.16º33.33%67.06%-
XYZ22.2722.4841.69-
YUV129.89151.2116.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=27.47%
G=31.33%
B=41.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141301710.330.2400.33223.1625.3355.88
Hex7282AB2118021df1938
Octal16220225341300413373170
Binary111001010000010101010111000011100001000011101111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7282AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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