#7A83AD

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

Shades of Ship Cove #7A83AD

Tints of Ship Cove #7A83AD

Color information

#7A83AD (or 0x7A83AD) is unknown color: approx Ship Cove. HEX triplet: 7A, 83 and AD. RGB value is (122,131,173). Sum of RGB (Red+Green+Blue) = 122+131+173=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A83AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A83AD is #857C52. Grayscale: #848484. Windows color (decimal): -8748115 or 11371386. OLE color: 11371386.

HSL color Cylindrical-coordinate representation of color #7A83AD: hue angle of 229.41º 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 #7A83AD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122131173-
CMYK0.290.2400.32
HSL229.41º23.72%57.84%-
HSV(B)229.41º29.48%67.84%-
XYZ23.6923.3942.8-
YUV133.1150.52120.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.64%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=28.64%
G=30.75%
B=40.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221311730.290.2400.32229.4123.7257.84
Hex7A83AD1D18020e5183a
Octal17220325535300403453072
Binary11110101000001110101101111011100001000001110010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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