#818FAF

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

Shades of Ship Cove #818FAF

Tints of Ship Cove #818FAF

Color information

#818FAF (or 0x818FAF) is unknown color: approx Ship Cove. HEX triplet: 81, 8F and AF. RGB value is (129,143,175). Sum of RGB (Red+Green+Blue) = 129+143+175=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #818FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAF is #7E7050. Grayscale: #8E8E8E. Windows color (decimal): -8286289 or 11505537. OLE color: 11505537.

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

Color convert

RGB129143175-
CMYK0.260.1800.31
HSL221.74º22.33%59.61%-
HSV(B)221.74º26.29%68.63%-
XYZ26.6127.4144.44-
YUV142.46146.36118.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=28.86%
G=31.99%
B=39.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291431750.260.1800.31221.7422.3359.61
Hex818FAF1A1201Fde163c
Octal20121725732220373362674
Binary10000001100011111010111111010100100111111101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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