#818BAB

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

Shades of Ship Cove #818BAB

Tints of Ship Cove #818BAB

Color information

#818BAB (or 0x818BAB) is unknown color: approx Ship Cove. HEX triplet: 81, 8B and AB. RGB value is (129,139,171). Sum of RGB (Red+Green+Blue) = 129+139+171=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #818BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAB is #7E7454. Grayscale: #8B8B8B. Windows color (decimal): -8287317 or 11242369. OLE color: 11242369.

HSL color Cylindrical-coordinate representation of color #818BAB: hue angle of 225.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #818BAB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129139171-
CMYK0.250.1900.33
HSL225.71º20%58.82%-
HSV(B)225.71º24.56%67.06%-
XYZ25.6426.0742.21-
YUV139.66145.69120.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=29.38%
G=31.66%
B=38.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291391710.250.1900.33225.712058.82
Hex818BAB1913021e2143b
Octal20121325331230413422473
Binary100000011000101110101011110011001101000011110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,171); }

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

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

 a { background-color: rgb(129,139,171); }

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

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

 span { border-color: rgb(129,139,171); }

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