Html Css Color HEX #808BAE Ship Cove

📋 copy color: '#808BAE'

red 128 ◦ green 139 ◦ blue 174

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

Shades of Ship Cove #808BAE

Tints of Ship Cove #808BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

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

R = 29.02%
G = 31.52%
B = 39.46%

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

#808BAE (or 0x808BAE) is known color: Ship Cove. HEX triplet: 80, 8B and AE. RGB value is (128,139,174). Sum of RGB (Red+Green+Blue) = 128+139+174=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #808BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BAE is #7F7451. Grayscale: #8B8B8B. Windows color (decimal): -8352850 or 11438976. OLE color: 11438976.

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

Color convert

RGB 128 139 174 -
CMYK 0.26 0.20 0 0.32
HSL 225.65º 0.22% 0.59% -
HSV(B) 225.65º 0.26% 0.68% -
XYZ 25.77 26.11 43.73 -
YUV 139.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 128 139 174 0.26 0.20 0 0.32 225.65 0.22 0.59
Hex 80 8B AE 1A 14 0 20 E2 16 3B
Octal 200 213 256 32 24 0 40 342 26 73
Binary 10000000 10001011 10101110 11010 10100 0 100000 11100010 10110 111011

Color Harmonies of #808BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BAE

Black with #808BAE

Text Example


Text Example

White with #808BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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