Html Css Color HEX #8895AB Ship Cove

📋 copy color: '#8895AB'

red 136 ◦ green 149 ◦ blue 171

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

Shades of Ship Cove #8895AB

Tints of Ship Cove #8895AB

RGB

 RED value IS 136 (53.52% from 255) = 29.82%

 GREEN value IS 149 (58.59% from 255) = 32.68%

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

R = 29.82%
G = 32.68%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8895AB (or 0x8895AB) is known color: Ship Cove. HEX triplet: 88, 95 and AB. RGB value is (136,149,171). Sum of RGB (Red+Green+Blue) = 136+149+171=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #8895AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8895AB is #776A54. Grayscale: #939393. Windows color (decimal): -7826005 or 11244936. OLE color: 11244936.

HSL color Cylindrical-coordinate representation of color #8895AB: hue angle of 217.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8895AB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 149 171 -
CMYK 0.20 0.13 0 0.33
HSL 217.71º 0.17% 0.6% -
HSV(B) 217.71º 0.2% 0.67% -
XYZ 28.25 29.67 42.77 -
YUV 147.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 136 149 171 0.20 0.13 0 0.33 217.71 0.17 0.6
Hex 88 95 AB 14 D 0 21 DA 11 3C
Octal 210 225 253 24 15 0 41 332 21 74
Binary 10001000 10010101 10101011 10100 1101 0 100001 11011010 10001 111100

Color Harmonies of #8895AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895AB

Black with #8895AB

Text Example


Text Example

White with #8895AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,149,171); }

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

background-color css

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

 a { background-color: rgb(136,149,171); }

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

border-color css

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

 span { border-color: rgb(136,149,171); }

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