#7082A4

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

Shades of Ship Cove #7082A4

Tints of Ship Cove #7082A4

Color information

#7082A4 (or 0x7082A4) is unknown color: approx Ship Cove. HEX triplet: 70, 82 and A4. RGB value is (112,130,164). Sum of RGB (Red+Green+Blue) = 112+130+164=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #7082A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7082A4 is #8F7D5B. Grayscale: #808080. Windows color (decimal): -9403740 or 10781296. OLE color: 10781296.

HSL color Cylindrical-coordinate representation of color #7082A4: hue angle of 219.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7082A4 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112130164-
CMYK0.320.2100.36
HSL219.23º22.22%54.12%-
HSV(B)219.23º31.71%64.31%-
XYZ21.3722.0938.26-
YUV128.49148.04116.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=27.59%
G=32.02%
B=40.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121301640.320.2100.36219.2322.2254.12
Hex7082A42015024db1636
Octal16020224440250443332666
Binary111000010000010101001001000001010101001001101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7082A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7082A4; }

 p { color: rgb(112,130,164); }

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

<style>
 a { background-color: #7082A4; }

 a { background-color: rgb(112,130,164); }

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

<style>
 span { border-color: #7082A4; }

 span { border-color: rgb(112,130,164); }

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