Html Css Color HEX #8490AB Ship Cove

📋 copy color: '#8490AB'

red 132 ◦ green 144 ◦ blue 171

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

Shades of Ship Cove #8490AB

Tints of Ship Cove #8490AB

RGB

 RED value IS 132 (51.95% from 255) = 29.53%

 GREEN value IS 144 (56.64% from 255) = 32.21%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 29.53%
G = 32.21%
B = 38.26%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8490AB (or 0x8490AB) is known color: Ship Cove. HEX triplet: 84, 90 and AB. RGB value is (132,144,171). Sum of RGB (Red+Green+Blue) = 132+144+171=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #8490AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8490AB is #7B6F54. Grayscale: #8F8F8F. Windows color (decimal): -8089429 or 11243652. OLE color: 11243652.

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

Color convert

RGB 132 144 171 -
CMYK 0.23 0.16 0 0.33
HSL 221.54º 0.19% 0.59% -
HSV(B) 221.54º 0.23% 0.67% -
XYZ 26.84 27.79 42.48 -
YUV 143.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 132 144 171 0.23 0.16 0 0.33 221.54 0.19 0.59
Hex 84 90 AB 17 10 0 21 DE 13 3B
Octal 204 220 253 27 20 0 41 336 23 73
Binary 10000100 10010000 10101011 10111 10000 0 100001 11011110 10011 111011

Color Harmonies of #8490AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490AB

Black with #8490AB

Text Example


Text Example

White with #8490AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,144,171); }

 H1.HeaderClassName
 {
   color: #8490AB;
 }
 .AnyTagClassName
 {
   color: #8490AB;
 }
</style>

background-color css

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

 a { background-color: rgb(132,144,171); }

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

border-color css

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

 span { border-color: rgb(132,144,171); }

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