Html Css Color HEX #808DAE Ship Cove

📋 copy color: '#808DAE'

red 128 ◦ green 141 ◦ blue 174

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

Shades of Ship Cove #808DAE

Tints of Ship Cove #808DAE

RGB

 RED value IS 128 (50.39% from 255) = 28.89%

 GREEN value IS 141 (55.47% from 255) = 31.83%

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

R = 28.89%
G = 31.83%
B = 39.28%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#808DAE (or 0x808DAE) is known color: Ship Cove. HEX triplet: 80, 8D and AE. RGB value is (128,141,174). Sum of RGB (Red+Green+Blue) = 128+141+174=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #808DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808DAE is #7F7251. Grayscale: #8C8C8C. Windows color (decimal): -8352338 or 11439488. OLE color: 11439488.

HSL color Cylindrical-coordinate representation of color #808DAE: hue angle of 223.04º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808DAE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 141 174 -
CMYK 0.26 0.19 0 0.32
HSL 223.04º 0.22% 0.59% -
HSV(B) 223.04º 0.26% 0.68% -
XYZ 26.07 26.69 43.82 -
YUV 140.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 128 141 174 0.26 0.19 0 0.32 223.04 0.22 0.59
Hex 80 8D AE 1A 13 0 20 DF 16 3B
Octal 200 215 256 32 23 0 40 337 26 73
Binary 10000000 10001101 10101110 11010 10011 0 100000 11011111 10110 111011

Color Harmonies of #808DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DAE

Black with #808DAE

Text Example


Text Example

White with #808DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808DAE; }

 p { color: rgb(128,141,174); }

 H1.HeaderClassName
 {
   color: #808DAE;
 }
 .AnyTagClassName
 {
   color: #808DAE;
 }
</style>

background-color css

<style>
 a { background-color: #808DAE; }

 a { background-color: rgb(128,141,174); }

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

border-color css

<style>
 span { border-color: #808DAE; }

 span { border-color: rgb(128,141,174); }

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