#818BAF

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

Shades of Ship Cove #818BAF

Tints of Ship Cove #818BAF

Color information

#818BAF (or 0x818BAF) is unknown color: approx Ship Cove. HEX triplet: 81, 8B and AF. RGB value is (129,139,175). Sum of RGB (Red+Green+Blue) = 129+139+175=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #818BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAF is #7E7450. Grayscale: #8B8B8B. Windows color (decimal): -8287313 or 11504513. OLE color: 11504513.

HSL color Cylindrical-coordinate representation of color #818BAF: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818BAF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129139175-
CMYK0.260.2100.31
HSL226.96º22.33%59.61%-
HSV(B)226.96º26.29%68.63%-
XYZ26.0226.2344.25-
YUV140.11147.69120.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=29.12%
G=31.38%
B=39.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291391750.260.2100.31226.9622.3359.61
Hex818BAF1A1501Fe3163c
Octal20121325732250373432674
Binary10000001100010111010111111010101010111111110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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