#818BAD

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

Shades of Ship Cove #818BAD

Tints of Ship Cove #818BAD

Color information

#818BAD (or 0x818BAD) is unknown color: approx Ship Cove. HEX triplet: 81, 8B and AD. RGB value is (129,139,173). Sum of RGB (Red+Green+Blue) = 129+139+173=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #818BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAD is #7E7452. Grayscale: #8B8B8B. Windows color (decimal): -8287315 or 11373441. OLE color: 11373441.

HSL color Cylindrical-coordinate representation of color #818BAD: hue angle of 226.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #818BAD is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129139173-
CMYK0.250.2000.32
HSL226.36º21.15%59.22%-
HSV(B)226.36º25.43%67.84%-
XYZ25.8326.1543.22-
YUV139.89146.69120.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=29.25%
G=31.52%
B=39.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291391730.250.2000.32226.3621.1559.22
Hex818BAD1914020e2153b
Octal20121325531240403422573
Binary100000011000101110101101110011010001000001110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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