Html Css Color HEX #808CA1 Ship Cove

📋 copy color: '#808CA1'

red 128 ◦ green 140 ◦ blue 161

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

Shades of Ship Cove #808CA1

Tints of Ship Cove #808CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 29.84%
G = 32.63%
B = 37.53%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#808CA1 (or 0x808CA1) is known color: Ship Cove. HEX triplet: 80, 8C and A1. RGB value is (128,140,161). Sum of RGB (Red+Green+Blue) = 128+140+161=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 161 - color contains mainly: blue. Hex color #808CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CA1 is #7F735E. Grayscale: #8A8A8A. Windows color (decimal): -8352607 or 10587264. OLE color: 10587264.

HSL color Cylindrical-coordinate representation of color #808CA1: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808CA1 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 140 161 -
CMYK 0.20 0.13 0 0.37
HSL 218.18º 0.15% 0.57% -
HSV(B) 218.18º 0.2% 0.63% -
XYZ 24.71 25.92 37.42 -
YUV 138.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 128 140 161 0.20 0.13 0 0.37 218.18 0.15 0.57
Hex 80 8C A1 14 D 0 25 DA F 39
Octal 200 214 241 24 15 0 45 332 17 71
Binary 10000000 10001100 10100001 10100 1101 0 100101 11011010 1111 111001

Color Harmonies of #808CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CA1

Black with #808CA1

Text Example


Text Example

White with #808CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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