Html Css Color HEX #8089AD Ship Cove

📋 copy color: '#8089AD'

red 128 ◦ green 137 ◦ blue 173

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

Shades of Ship Cove #8089AD

Tints of Ship Cove #8089AD

RGB

 RED value IS 128 (50.39% from 255) = 29.22%

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

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 29.22%
G = 31.28%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8089AD (or 0x8089AD) is known color: Ship Cove. HEX triplet: 80, 89 and AD. RGB value is (128,137,173). Sum of RGB (Red+Green+Blue) = 128+137+173=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8089AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8089AD is #7F7652. Grayscale: #8A8A8A. Windows color (decimal): -8353363 or 11372928. OLE color: 11372928.

HSL color Cylindrical-coordinate representation of color #8089AD: hue angle of 228º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8089AD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 137 173 -
CMYK 0.26 0.21 0 0.32
HSL 228º 0.22% 0.59% -
HSV(B) 228º 0.26% 0.68% -
XYZ 25.39 25.5 43.12 -
YUV 138.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 128 137 173 0.26 0.21 0 0.32 228 0.22 0.59
Hex 80 89 AD 1A 15 0 20 E4 16 3B
Octal 200 211 255 32 25 0 40 344 26 73
Binary 10000000 10001001 10101101 11010 10101 0 100000 11100100 10110 111011

Color Harmonies of #8089AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8089AD

Black with #8089AD

Text Example


Text Example

White with #8089AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8089AD; }

 p { color: rgb(128,137,173); }

 H1.HeaderClassName
 {
   color: #8089AD;
 }
 .AnyTagClassName
 {
   color: #8089AD;
 }
</style>

background-color css

<style>
 a { background-color: #8089AD; }

 a { background-color: rgb(128,137,173); }

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

border-color css

<style>
 span { border-color: #8089AD; }

 span { border-color: rgb(128,137,173); }

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