Html Css Color HEX #818FAD Ship Cove

📋 copy color: '#818FAD'

red 129 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #818FAD

Tints of Ship Cove #818FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.13%

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 28.99%
G = 32.13%
B = 38.88%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#818FAD (or 0x818FAD) is known color: Ship Cove. HEX triplet: 81, 8F and AD. RGB value is (129,143,173). Sum of RGB (Red+Green+Blue) = 129+143+173=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #818FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAD is #7E7052. Grayscale: #8E8E8E. Windows color (decimal): -8286291 or 11374465. OLE color: 11374465.

HSL color Cylindrical-coordinate representation of color #818FAD: hue angle of 220.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #818FAD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 143 173 -
CMYK 0.25 0.17 0 0.32
HSL 220.91º 0.21% 0.59% -
HSV(B) 220.91º 0.25% 0.68% -
XYZ 26.42 27.33 43.42 -
YUV 142.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 129 143 173 0.25 0.17 0 0.32 220.91 0.21 0.59
Hex 81 8F AD 19 11 0 20 DD 15 3B
Octal 201 217 255 31 21 0 40 335 25 73
Binary 10000001 10001111 10101101 11001 10001 0 100000 11011101 10101 111011

Color Harmonies of #818FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FAD

Black with #818FAD

Text Example


Text Example

White with #818FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,143,173); }

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

background-color css

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

 a { background-color: rgb(129,143,173); }

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

border-color css

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

 span { border-color: rgb(129,143,173); }

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