Html Css Color HEX #808EAF Ship Cove

📋 copy color: '#808EAF'

red 128 ◦ green 142 ◦ blue 175

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

Shades of Ship Cove #808EAF

Tints of Ship Cove #808EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 28.76%
G = 31.91%
B = 39.33%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#808EAF (or 0x808EAF) is known color: Ship Cove. HEX triplet: 80, 8E and AF. RGB value is (128,142,175). Sum of RGB (Red+Green+Blue) = 128+142+175=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #808EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EAF is #7F7150. Grayscale: #8D8D8D. Windows color (decimal): -8352081 or 11505280. OLE color: 11505280.

HSL color Cylindrical-coordinate representation of color #808EAF: hue angle of 222.13º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #808EAF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 142 175 -
CMYK 0.27 0.19 0 0.31
HSL 222.13º 0.23% 0.59% -
HSV(B) 222.13º 0.27% 0.69% -
XYZ 26.31 27.03 44.39 -
YUV 141.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 128 142 175 0.27 0.19 0 0.31 222.13 0.23 0.59
Hex 80 8E AF 1B 13 0 1F DE 17 3B
Octal 200 216 257 33 23 0 37 336 27 73
Binary 10000000 10001110 10101111 11011 10011 0 11111 11011110 10111 111011

Color Harmonies of #808EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EAF

Black with #808EAF

Text Example


Text Example

White with #808EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,142,175); }

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

background-color css

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

 a { background-color: rgb(128,142,175); }

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

border-color css

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

 span { border-color: rgb(128,142,175); }

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