#8189A4

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

Shades of Ship Cove #8189A4

Tints of Ship Cove #8189A4

Color information

#8189A4 (or 0x8189A4) is unknown color: approx Ship Cove. HEX triplet: 81, 89 and A4. RGB value is (129,137,164). Sum of RGB (Red+Green+Blue) = 129+137+164=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #8189A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8189A4 is #7E765B. Grayscale: #898989. Windows color (decimal): -8287836 or 10783105. OLE color: 10783105.

HSL color Cylindrical-coordinate representation of color #8189A4: hue angle of 226.29º 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 #8189A4 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129137164-
CMYK0.210.1600.36
HSL226.29º16.13%57.45%-
HSV(B)226.29º21.34%64.31%-
XYZ24.725.2438.69-
YUV137.69142.85121.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=30%
G=31.86%
B=38.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291371640.210.1600.36226.2916.1357.45
Hex8189A41510024e21039
Octal20121124425200443422071
Binary100000011000100110100100101011000001001001110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8189A4; }

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

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

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

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

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

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

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

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