#8288AA

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

Shades of Ship Cove #8288AA

Tints of Ship Cove #8288AA

Color information

#8288AA (or 0x8288AA) is unknown color: approx Ship Cove. HEX triplet: 82, 88 and AA. RGB value is (130,136,170). Sum of RGB (Red+Green+Blue) = 130+136+170=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8288AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8288AA is #7D7755. Grayscale: #898989. Windows color (decimal): -8222550 or 11176066. OLE color: 11176066.

HSL color Cylindrical-coordinate representation of color #8288AA: hue angle of 231º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8288AA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130136170-
CMYK0.240.2000.33
HSL231º19.05%58.82%-
HSV(B)231º23.53%66.67%-
XYZ25.2725.2641.57-
YUV138.08146.01122.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=29.82%
G=31.19%
B=38.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301361700.240.2000.3323119.0558.82
Hex8288AA1814021e7133b
Octal20221025230240413472373
Binary100000101000100010101010110001010001000011110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8288AA; }

 p { color: rgb(130,136,170); }

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

<style>
 a { background-color: #8288AA; }

 a { background-color: rgb(130,136,170); }

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

<style>
 span { border-color: #8288AA; }

 span { border-color: rgb(130,136,170); }

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