#818CAA

Color #818CAA Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #818CAA

Tints of Ship Cove #818CAA

Color information

#818CAA (or 0x818CAA) is unknown color: approx Ship Cove. HEX triplet: 81, 8C and AA. RGB value is (129,140,170). Sum of RGB (Red+Green+Blue) = 129+140+170=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #818CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818CAA is #7E7355. Grayscale: #8B8B8B. Windows color (decimal): -8287062 or 11177089. OLE color: 11177089.

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

Color convert

RGB129140170-
CMYK0.240.1800.33
HSL223.9º19.43%58.63%-
HSV(B)223.9º24.12%66.67%-
XYZ25.6926.3341.76-
YUV140.13144.86120.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=29.38%
G=31.89%
B=38.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291401700.240.1800.33223.919.4358.63
Hex818CAA1812021e0133b
Octal20121425230220413402373
Binary100000011000110010101010110001001001000011110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #818CAA;
 }
 .AnyTagClassName
 {
   color: #818CAA;
 }
</style>
background-color css

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

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

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

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

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

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