Html Css Color HEX #808AAE Ship Cove

📋 copy color: '#808AAE'

red 128 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #808AAE

Tints of Ship Cove #808AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

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

R = 29.09%
G = 31.36%
B = 39.55%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#808AAE (or 0x808AAE) is known color: Ship Cove. HEX triplet: 80, 8A and AE. RGB value is (128,138,174). Sum of RGB (Red+Green+Blue) = 128+138+174=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #808AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AAE is #7F7551. Grayscale: #8A8A8A. Windows color (decimal): -8353106 or 11438720. OLE color: 11438720.

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

Color convert

RGB 128 138 174 -
CMYK 0.26 0.21 0 0.32
HSL 226.96º 0.22% 0.59% -
HSV(B) 226.96º 0.26% 0.68% -
XYZ 25.63 25.82 43.68 -
YUV 139.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 128 138 174 0.26 0.21 0 0.32 226.96 0.22 0.59
Hex 80 8A AE 1A 15 0 20 E3 16 3B
Octal 200 212 256 32 25 0 40 343 26 73
Binary 10000000 10001010 10101110 11010 10101 0 100000 11100011 10110 111011

Color Harmonies of #808AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808AAE

Black with #808AAE

Text Example


Text Example

White with #808AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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