#818AA2

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

Shades of Ship Cove #818AA2

Tints of Ship Cove #818AA2

Color information

#818AA2 (or 0x818AA2) is unknown color: approx Ship Cove. HEX triplet: 81, 8A and A2. RGB value is (129,138,162). Sum of RGB (Red+Green+Blue) = 129+138+162=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 162 - color contains mainly: blue. Hex color #818AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AA2 is #7E755D. Grayscale: #898989. Windows color (decimal): -8287582 or 10652289. OLE color: 10652289.

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

Color convert

RGB129138162-
CMYK0.200.1500.36
HSL223.64º15.07%57.06%-
HSV(B)223.64º20.37%63.53%-
XYZ24.6625.4537.8-
YUV138.04141.52121.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=30.07%
G=32.17%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291381620.200.1500.36223.6415.0757.06
Hex818AA214F024e0f39
Octal20121224224170443401771
Binary1000000110001010101000101010011110100100111000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,138,162); }

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

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

 a { background-color: rgb(129,138,162); }

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

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

 span { border-color: rgb(129,138,162); }

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