Html Css Color HEX #818DA9 Ship Cove

📋 copy color: '#818DA9'

red 129 ◦ green 141 ◦ blue 169

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

Shades of Ship Cove #818DA9

Tints of Ship Cove #818DA9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.12%

 BLUE value IS 169 (66.41% from 255) = 38.5%

R = 29.38%
G = 32.12%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#818DA9 (or 0x818DA9) is known color: Ship Cove. HEX triplet: 81, 8D and A9. RGB value is (129,141,169). Sum of RGB (Red+Green+Blue) = 129+141+169=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 169 - color contains mainly: blue. Hex color #818DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DA9 is #7E7256. Grayscale: #8C8C8C. Windows color (decimal): -8286807 or 11111809. OLE color: 11111809.

HSL color Cylindrical-coordinate representation of color #818DA9: hue angle of 222º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818DA9 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 129 141 169 -
CMYK 0.24 0.17 0 0.34
HSL 222º 0.19% 0.58% -
HSV(B) 222º 0.24% 0.66% -
XYZ 25.74 26.58 41.31 -
YUV 140.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 129 141 169 0.24 0.17 0 0.34 222 0.19 0.58
Hex 81 8D A9 18 11 0 22 DE 13 3A
Octal 201 215 251 30 21 0 42 336 23 72
Binary 10000001 10001101 10101001 11000 10001 0 100010 11011110 10011 111010

Color Harmonies of #818DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DA9

Black with #818DA9

Text Example


Text Example

White with #818DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,141,169); }

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

background-color css

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

 a { background-color: rgb(129,141,169); }

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

border-color css

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

 span { border-color: rgb(129,141,169); }

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