Html Css Color HEX #808CAB Ship Cove

📋 copy color: '#808CAB'

red 128 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #808CAB

Tints of Ship Cove #808CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 29.16%
G = 31.89%
B = 38.95%

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

#808CAB (or 0x808CAB) is known color: Ship Cove. HEX triplet: 80, 8C and AB. RGB value is (128,140,171). Sum of RGB (Red+Green+Blue) = 128+140+171=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #808CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAB is #7F7354. Grayscale: #8B8B8B. Windows color (decimal): -8352597 or 11242624. OLE color: 11242624.

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

Color convert

RGB 128 140 171 -
CMYK 0.25 0.18 0 0.33
HSL 223.26º 0.2% 0.59% -
HSV(B) 223.26º 0.25% 0.67% -
XYZ 25.63 26.29 42.25 -
YUV 139.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 128 140 171 0.25 0.18 0 0.33 223.26 0.2 0.59
Hex 80 8C AB 19 12 0 21 DF 14 3B
Octal 200 214 253 31 22 0 41 337 24 73
Binary 10000000 10001100 10101011 11001 10010 0 100001 11011111 10100 111011

Color Harmonies of #808CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CAB

Black with #808CAB

Text Example


Text Example

White with #808CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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