Html Css Color HEX #8895AD Ship Cove

📋 copy color: '#8895AD'

red 136 ◦ green 149 ◦ blue 173

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

Shades of Ship Cove #8895AD

Tints of Ship Cove #8895AD

RGB

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

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

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

R = 29.69%
G = 32.53%
B = 37.77%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8895AD (or 0x8895AD) is known color: Ship Cove. HEX triplet: 88, 95 and AD. RGB value is (136,149,173). Sum of RGB (Red+Green+Blue) = 136+149+173=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #8895AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8895AD is #776A52. Grayscale: #939393. Windows color (decimal): -7826003 or 11376008. OLE color: 11376008.

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

Color convert

RGB 136 149 173 -
CMYK 0.21 0.14 0 0.32
HSL 218.92º 0.18% 0.61% -
HSV(B) 218.92º 0.21% 0.68% -
XYZ 28.44 29.75 43.78 -
YUV 147.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 136 149 173 0.21 0.14 0 0.32 218.92 0.18 0.61
Hex 88 95 AD 15 E 0 20 DB 12 3D
Octal 210 225 255 25 16 0 40 333 22 75
Binary 10001000 10010101 10101101 10101 1110 0 100000 11011011 10010 111101

Color Harmonies of #8895AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895AD

Black with #8895AD

Text Example


Text Example

White with #8895AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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