Html Css Color HEX #818DAD Ship Cove

📋 copy color: '#818DAD'

red 129 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #818DAD

Tints of Ship Cove #818DAD

RGB

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

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

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

R = 29.12%
G = 31.83%
B = 39.05%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#818DAD (or 0x818DAD) is known color: Ship Cove. HEX triplet: 81, 8D and AD. RGB value is (129,141,173). Sum of RGB (Red+Green+Blue) = 129+141+173=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #818DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DAD is #7E7252. Grayscale: #8C8C8C. Windows color (decimal): -8286803 or 11373953. OLE color: 11373953.

HSL color Cylindrical-coordinate representation of color #818DAD: hue angle of 223.64º 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 #818DAD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 141 173 -
CMYK 0.25 0.18 0 0.32
HSL 223.64º 0.21% 0.59% -
HSV(B) 223.64º 0.25% 0.68% -
XYZ 26.12 26.73 43.32 -
YUV 141.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 129 141 173 0.25 0.18 0 0.32 223.64 0.21 0.59
Hex 81 8D AD 19 12 0 20 E0 15 3B
Octal 201 215 255 31 22 0 40 340 25 73
Binary 10000001 10001101 10101101 11001 10010 0 100000 11100000 10101 111011

Color Harmonies of #818DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DAD

Black with #818DAD

Text Example


Text Example

White with #818DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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