Html Css Color HEX #818DAA Ship Cove

📋 copy color: '#818DAA'

red 129 ◦ green 141 ◦ blue 170

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

Shades of Ship Cove #818DAA

Tints of Ship Cove #818DAA

RGB

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

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

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

R = 29.32%
G = 32.05%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818DAA (or 0x818DAA) is known color: Ship Cove. HEX triplet: 81, 8D and AA. RGB value is (129,141,170). Sum of RGB (Red+Green+Blue) = 129+141+170=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #818DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DAA is #7E7255. Grayscale: #8C8C8C. Windows color (decimal): -8286806 or 11177345. OLE color: 11177345.

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

Color convert

RGB 129 141 170 -
CMYK 0.24 0.17 0 0.33
HSL 222.44º 0.19% 0.59% -
HSV(B) 222.44º 0.24% 0.67% -
XYZ 25.83 26.62 41.81 -
YUV 140.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 129 141 170 0.24 0.17 0 0.33 222.44 0.19 0.59
Hex 81 8D AA 18 11 0 21 DE 13 3B
Octal 201 215 252 30 21 0 41 336 23 73
Binary 10000001 10001101 10101010 11000 10001 0 100001 11011110 10011 111011

Color Harmonies of #818DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DAA

Black with #818DAA

Text Example


Text Example

White with #818DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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