#818CAF

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

Shades of Ship Cove #818CAF

Tints of Ship Cove #818CAF

Color information

#818CAF (or 0x818CAF) is unknown color: approx Ship Cove. HEX triplet: 81, 8C and AF. RGB value is (129,140,175). Sum of RGB (Red+Green+Blue) = 129+140+175=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #818CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818CAF is #7E7350. Grayscale: #8C8C8C. Windows color (decimal): -8287057 or 11504769. OLE color: 11504769.

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

Color convert

RGB129140175-
CMYK0.260.200.31
HSL225.65º22.33%59.61%-
HSV(B)225.65º26.29%68.63%-
XYZ26.1726.5244.3-
YUV140.7147.36119.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=29.05%
G=31.53%
B=39.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291401750.260.200.31225.6522.3359.61
Hex818CAF1A1401Fe2163c
Octal20121425732240373422674
Binary10000001100011001010111111010101000111111110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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