Html Css Color HEX #818899 Ship Cove

📋 copy color: '#818899'

red 129 ◦ green 136 ◦ blue 153

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

Shades of Ship Cove #818899

Tints of Ship Cove #818899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 30.86%
G = 32.54%
B = 36.6%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#818899 (or 0x818899) is known color: Ship Cove. HEX triplet: 81, 88 and 99. RGB value is (129,136,153). Sum of RGB (Red+Green+Blue) = 129+136+153=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #818899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818899 is #7E7766. Grayscale: #878787. Windows color (decimal): -8288103 or 10061953. OLE color: 10061953.

HSL color Cylindrical-coordinate representation of color #818899: hue angle of 222.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818899 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 136 153 -
CMYK 0.16 0.11 0 0.4
HSL 222.5º 0.11% 0.55% -
HSV(B) 222.5º 0.16% 0.6% -
XYZ 23.61 24.58 33.64 -
YUV 135.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 129 136 153 0.16 0.11 0 0.4 222.5 0.11 0.55
Hex 81 88 99 10 B 0 28 DE B 37
Octal 201 210 231 20 13 0 50 336 13 67
Binary 10000001 10001000 10011001 10000 1011 0 101000 11011110 1011 110111

Color Harmonies of #818899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818899

Black with #818899

Text Example


Text Example

White with #818899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818899; }

 p { color: rgb(129,136,153); }

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

background-color css

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

 a { background-color: rgb(129,136,153); }

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

border-color css

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

 span { border-color: rgb(129,136,153); }

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