Html Css Color HEX #8289AA Ship Cove

📋 copy color: '#8289AA'

red 130 ◦ green 137 ◦ blue 170

#8289AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #8289AA

Tints of Ship Cove #8289AA

RGB

 RED value IS 130 (51.17% from 255) = 29.75%

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 29.75%
G = 31.35%
B = 38.9%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8289AA (or 0x8289AA) is known color: Ship Cove. HEX triplet: 82, 89 and AA. RGB value is (130,137,170). Sum of RGB (Red+Green+Blue) = 130+137+170=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8289AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8289AA is #7D7655. Grayscale: #8A8A8A. Windows color (decimal): -8222294 or 11176322. OLE color: 11176322.

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

Color convert

RGB 130 137 170 -
CMYK 0.24 0.19 0 0.33
HSL 229.5º 0.19% 0.59% -
HSV(B) 229.5º 0.24% 0.67% -
XYZ 25.41 25.54 41.62 -
YUV 138.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 130 137 170 0.24 0.19 0 0.33 229.5 0.19 0.59
Hex 82 89 AA 18 13 0 21 E6 13 3B
Octal 202 211 252 30 23 0 41 346 23 73
Binary 10000010 10001001 10101010 11000 10011 0 100001 11100110 10011 111011

Color Harmonies of #8289AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289AA

Black with #8289AA

Text Example


Text Example

White with #8289AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8289AA;
 }
 .AnyTagClassName
 {
   color: #8289AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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