Html Css Color HEX #818EAE Ship Cove

📋 copy color: '#818EAE'

red 129 ◦ green 142 ◦ blue 174

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

Shades of Ship Cove #818EAE

Tints of Ship Cove #818EAE

RGB

 RED value IS 129 (50.78% from 255) = 28.99%

 GREEN value IS 142 (55.86% from 255) = 31.91%

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

R = 28.99%
G = 31.91%
B = 39.1%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#818EAE (or 0x818EAE) is known color: Ship Cove. HEX triplet: 81, 8E and AE. RGB value is (129,142,174). Sum of RGB (Red+Green+Blue) = 129+142+174=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #818EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAE is #7E7151. Grayscale: #8D8D8D. Windows color (decimal): -8286546 or 11439745. OLE color: 11439745.

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

Color convert

RGB 129 142 174 -
CMYK 0.26 0.18 0 0.32
HSL 222.67º 0.22% 0.59% -
HSV(B) 222.67º 0.26% 0.68% -
XYZ 26.37 27.07 43.88 -
YUV 141.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 129 142 174 0.26 0.18 0 0.32 222.67 0.22 0.59
Hex 81 8E AE 1A 12 0 20 DF 16 3B
Octal 201 216 256 32 22 0 40 337 26 73
Binary 10000001 10001110 10101110 11010 10010 0 100000 11011111 10110 111011

Color Harmonies of #818EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EAE

Black with #818EAE

Text Example


Text Example

White with #818EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818EAE; }

 p { color: rgb(129,142,174); }

 H1.HeaderClassName
 {
   color: #818EAE;
 }
 .AnyTagClassName
 {
   color: #818EAE;
 }
</style>

background-color css

<style>
 a { background-color: #818EAE; }

 a { background-color: rgb(129,142,174); }

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

border-color css

<style>
 span { border-color: #818EAE; }

 span { border-color: rgb(129,142,174); }

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