#818BAC

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

Shades of Ship Cove #818BAC

Tints of Ship Cove #818BAC

Color information

#818BAC (or 0x818BAC) is unknown color: approx Ship Cove. HEX triplet: 81, 8B and AC. RGB value is (129,139,172). Sum of RGB (Red+Green+Blue) = 129+139+172=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #818BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAC is #7E7453. Grayscale: #8B8B8B. Windows color (decimal): -8287316 or 11307905. OLE color: 11307905.

HSL color Cylindrical-coordinate representation of color #818BAC: hue angle of 226.05º degrees, saturation: 0.21, 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 #818BAC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129139172-
CMYK0.250.1900.33
HSL226.05º20.57%59.02%-
HSV(B)226.05º25%67.45%-
XYZ25.7326.1142.71-
YUV139.77146.19120.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=29.32%
G=31.59%
B=39.09%

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
Decimal1291391720.250.1900.33226.0520.5759.02
Hex818BAC1913021e2153b
Octal20121325431230413422573
Binary100000011000101110101100110011001101000011110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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