Html Css Color HEX #818DA4 Ship Cove

📋 copy color: '#818DA4'

red 129 ◦ green 141 ◦ blue 164

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

Shades of Ship Cove #818DA4

Tints of Ship Cove #818DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 29.72%
G = 32.49%
B = 37.79%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#818DA4 (or 0x818DA4) is known color: Ship Cove. HEX triplet: 81, 8D and A4. RGB value is (129,141,164). Sum of RGB (Red+Green+Blue) = 129+141+164=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #818DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DA4 is #7E725B. Grayscale: #8B8B8B. Windows color (decimal): -8286812 or 10784129. OLE color: 10784129.

HSL color Cylindrical-coordinate representation of color #818DA4: hue angle of 219.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #818DA4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 141 164 -
CMYK 0.21 0.14 0 0.36
HSL 219.43º 0.16% 0.57% -
HSV(B) 219.43º 0.21% 0.64% -
XYZ 25.28 26.4 38.88 -
YUV 140.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 129 141 164 0.21 0.14 0 0.36 219.43 0.16 0.57
Hex 81 8D A4 15 E 0 24 DB 10 39
Octal 201 215 244 25 16 0 44 333 20 71
Binary 10000001 10001101 10100100 10101 1110 0 100100 11011011 10000 111001

Color Harmonies of #818DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DA4

Black with #818DA4

Text Example


Text Example

White with #818DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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