Html Css Color HEX #818EAA Ship Cove

📋 copy color: '#818EAA'

red 129 ◦ green 142 ◦ blue 170

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

Shades of Ship Cove #818EAA

Tints of Ship Cove #818EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 29.25%
G = 32.2%
B = 38.55%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818EAA (or 0x818EAA) is known color: Ship Cove. HEX triplet: 81, 8E and AA. RGB value is (129,142,170). Sum of RGB (Red+Green+Blue) = 129+142+170=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #818EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAA is #7E7155. Grayscale: #8D8D8D. Windows color (decimal): -8286550 or 11177601. OLE color: 11177601.

HSL color Cylindrical-coordinate representation of color #818EAA: hue angle of 220.98º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818EAA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 142 170 -
CMYK 0.24 0.16 0 0.33
HSL 220.98º 0.19% 0.59% -
HSV(B) 220.98º 0.24% 0.67% -
XYZ 25.98 26.92 41.86 -
YUV 141.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 129 142 170 0.24 0.16 0 0.33 220.98 0.19 0.59
Hex 81 8E AA 18 10 0 21 DD 13 3B
Octal 201 216 252 30 20 0 41 335 23 73
Binary 10000001 10001110 10101010 11000 10000 0 100001 11011101 10011 111011

Color Harmonies of #818EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EAA

Black with #818EAA

Text Example


Text Example

White with #818EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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