Html Css Color HEX #818EAC Ship Cove

📋 copy color: '#818EAC'

red 129 ◦ green 142 ◦ blue 172

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

Shades of Ship Cove #818EAC

Tints of Ship Cove #818EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 29.12%
G = 32.05%
B = 38.83%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818EAC (or 0x818EAC) is known color: Ship Cove. HEX triplet: 81, 8E and AC. RGB value is (129,142,172). Sum of RGB (Red+Green+Blue) = 129+142+172=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #818EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAC is #7E7153. Grayscale: #8D8D8D. Windows color (decimal): -8286548 or 11308673. OLE color: 11308673.

HSL color Cylindrical-coordinate representation of color #818EAC: hue angle of 221.86º degrees, saturation: 0.21, 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 #818EAC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 142 172 -
CMYK 0.25 0.17 0 0.33
HSL 221.86º 0.21% 0.59% -
HSV(B) 221.86º 0.25% 0.67% -
XYZ 26.17 26.99 42.86 -
YUV 141.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 129 142 172 0.25 0.17 0 0.33 221.86 0.21 0.59
Hex 81 8E AC 19 11 0 21 DE 15 3B
Octal 201 216 254 31 21 0 41 336 25 73
Binary 10000001 10001110 10101100 11001 10001 0 100001 11011110 10101 111011

Color Harmonies of #818EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EAC

Black with #818EAC

Text Example


Text Example

White with #818EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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