#7A86AD

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

Shades of Ship Cove #7A86AD

Tints of Ship Cove #7A86AD

Color information

#7A86AD (or 0x7A86AD) is unknown color: approx Ship Cove. HEX triplet: 7A, 86 and AD. RGB value is (122,134,173). Sum of RGB (Red+Green+Blue) = 122+134+173=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A86AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A86AD is #857952. Grayscale: #868686. Windows color (decimal): -8747347 or 11372154. OLE color: 11372154.

HSL color Cylindrical-coordinate representation of color #7A86AD: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A86AD is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122134173-
CMYK0.290.2300.32
HSL225.88º23.72%57.84%-
HSV(B)225.88º29.48%67.84%-
XYZ24.0924.242.94-
YUV134.86149.52118.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=28.44%
G=31.24%
B=40.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221341730.290.2300.32225.8823.7257.84
Hex7A86AD1D17020e2183a
Octal17220625535270403423072
Binary11110101000011010101101111011011101000001110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A86AD; }

 p { color: rgb(122,134,173); }

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

<style>
 a { background-color: #7A86AD; }

 a { background-color: rgb(122,134,173); }

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

<style>
 span { border-color: #7A86AD; }

 span { border-color: rgb(122,134,173); }

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