Html Css Color HEX #8491AD Ship Cove

📋 copy color: '#8491AD'

red 132 ◦ green 145 ◦ blue 173

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

Shades of Ship Cove #8491AD

Tints of Ship Cove #8491AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

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

R = 29.33%
G = 32.22%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8491AD (or 0x8491AD) is known color: Ship Cove. HEX triplet: 84, 91 and AD. RGB value is (132,145,173). Sum of RGB (Red+Green+Blue) = 132+145+173=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #8491AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8491AD is #7B6E52. Grayscale: #909090. Windows color (decimal): -8089171 or 11374980. OLE color: 11374980.

HSL color Cylindrical-coordinate representation of color #8491AD: hue angle of 220.98º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8491AD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 145 173 -
CMYK 0.24 0.16 0 0.32
HSL 220.98º 0.2% 0.6% -
HSV(B) 220.98º 0.24% 0.68% -
XYZ 27.18 28.17 43.54 -
YUV 144.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 132 145 173 0.24 0.16 0 0.32 220.98 0.2 0.6
Hex 84 91 AD 18 10 0 20 DD 14 3C
Octal 204 221 255 30 20 0 40 335 24 74
Binary 10000100 10010001 10101101 11000 10000 0 100000 11011101 10100 111100

Color Harmonies of #8491AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8491AD

Black with #8491AD

Text Example


Text Example

White with #8491AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,145,173); }

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

background-color css

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

 a { background-color: rgb(132,145,173); }

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

border-color css

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

 span { border-color: rgb(132,145,173); }

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