Html Css Color HEX #808CAE Ship Cove

📋 copy color: '#808CAE'

red 128 ◦ green 140 ◦ blue 174

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

Shades of Ship Cove #808CAE

Tints of Ship Cove #808CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 28.96%
G = 31.67%
B = 39.37%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#808CAE (or 0x808CAE) is known color: Ship Cove. HEX triplet: 80, 8C and AE. RGB value is (128,140,174). Sum of RGB (Red+Green+Blue) = 128+140+174=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #808CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAE is #7F7351. Grayscale: #8C8C8C. Windows color (decimal): -8352594 or 11439232. OLE color: 11439232.

HSL color Cylindrical-coordinate representation of color #808CAE: hue angle of 224.35º 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 #808CAE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 140 174 -
CMYK 0.26 0.20 0 0.32
HSL 224.35º 0.22% 0.59% -
HSV(B) 224.35º 0.26% 0.68% -
XYZ 25.92 26.4 43.77 -
YUV 140.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 128 140 174 0.26 0.20 0 0.32 224.35 0.22 0.59
Hex 80 8C AE 1A 14 0 20 E0 16 3B
Octal 200 214 256 32 24 0 40 340 26 73
Binary 10000000 10001100 10101110 11010 10100 0 100000 11100000 10110 111011

Color Harmonies of #808CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CAE

Black with #808CAE

Text Example


Text Example

White with #808CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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