Html Css Color HEX #8491A4 Ship Cove

📋 copy color: '#8491A4'

red 132 ◦ green 145 ◦ blue 164

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

Shades of Ship Cove #8491A4

Tints of Ship Cove #8491A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 29.93%
G = 32.88%
B = 37.19%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8491A4 (or 0x8491A4) is known color: Ship Cove. HEX triplet: 84, 91 and A4. RGB value is (132,145,164). Sum of RGB (Red+Green+Blue) = 132+145+164=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #8491A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8491A4 is #7B6E5B. Grayscale: #8F8F8F. Windows color (decimal): -8089180 or 10785156. OLE color: 10785156.

HSL color Cylindrical-coordinate representation of color #8491A4: hue angle of 215.62º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8491A4 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 145 164 -
CMYK 0.20 0.12 0 0.36
HSL 215.63º 0.15% 0.58% -
HSV(B) 215.63º 0.2% 0.64% -
XYZ 26.34 27.84 39.11 -
YUV 143.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 132 145 164 0.20 0.12 0 0.36 215.63 0.15 0.58
Hex 84 91 A4 14 C 0 24 D8 F 3A
Octal 204 221 244 24 14 0 44 330 17 72
Binary 10000100 10010001 10100100 10100 1100 0 100100 11011000 1111 111010

Color Harmonies of #8491A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8491A4

Black with #8491A4

Text Example


Text Example

White with #8491A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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