Html Css Color HEX #808CAA Ship Cove

📋 copy color: '#808CAA'

red 128 ◦ green 140 ◦ blue 170

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

Shades of Ship Cove #808CAA

Tints of Ship Cove #808CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 29.22%
G = 31.96%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#808CAA (or 0x808CAA) is known color: Ship Cove. HEX triplet: 80, 8C and AA. RGB value is (128,140,170). Sum of RGB (Red+Green+Blue) = 128+140+170=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #808CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAA is #7F7355. Grayscale: #8B8B8B. Windows color (decimal): -8352598 or 11177088. OLE color: 11177088.

HSL color Cylindrical-coordinate representation of color #808CAA: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808CAA is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 140 170 -
CMYK 0.25 0.18 0 0.33
HSL 222.86º 0.2% 0.58% -
HSV(B) 222.86º 0.25% 0.67% -
XYZ 25.54 26.25 41.75 -
YUV 139.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 128 140 170 0.25 0.18 0 0.33 222.86 0.2 0.58
Hex 80 8C AA 19 12 0 21 DF 14 3A
Octal 200 214 252 31 22 0 41 337 24 72
Binary 10000000 10001100 10101010 11001 10010 0 100001 11011111 10100 111010

Color Harmonies of #808CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CAA

Black with #808CAA

Text Example


Text Example

White with #808CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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