Html Css Color HEX #8495AE Ship Cove

📋 copy color: '#8495AE'

red 132 ◦ green 149 ◦ blue 174

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

Shades of Ship Cove #8495AE

Tints of Ship Cove #8495AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 29.01%
G = 32.75%
B = 38.24%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8495AE (or 0x8495AE) is known color: Ship Cove. HEX triplet: 84, 95 and AE. RGB value is (132,149,174). Sum of RGB (Red+Green+Blue) = 132+149+174=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #8495AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8495AE is #7B6A51. Grayscale: #929292. Windows color (decimal): -8088146 or 11441540. OLE color: 11441540.

HSL color Cylindrical-coordinate representation of color #8495AE: hue angle of 215.71º degrees, saturation: 0.21, 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 #8495AE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 149 174 -
CMYK 0.24 0.14 0 0.32
HSL 215.71º 0.21% 0.6% -
HSV(B) 215.71º 0.24% 0.68% -
XYZ 27.9 29.46 44.26 -
YUV 146.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 132 149 174 0.24 0.14 0 0.32 215.71 0.21 0.6
Hex 84 95 AE 18 E 0 20 D8 15 3C
Octal 204 225 256 30 16 0 40 330 25 74
Binary 10000100 10010101 10101110 11000 1110 0 100000 11011000 10101 111100

Color Harmonies of #8495AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8495AE

Black with #8495AE

Text Example


Text Example

White with #8495AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8495AE; }

 p { color: rgb(132,149,174); }

 H1.HeaderClassName
 {
   color: #8495AE;
 }
 .AnyTagClassName
 {
   color: #8495AE;
 }
</style>

background-color css

<style>
 a { background-color: #8495AE; }

 a { background-color: rgb(132,149,174); }

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

border-color css

<style>
 span { border-color: #8495AE; }

 span { border-color: rgb(132,149,174); }

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