#7083AE

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

Shades of Ship Cove #7083AE

Tints of Ship Cove #7083AE

Color information

#7083AE (or 0x7083AE) is unknown color: approx Ship Cove. HEX triplet: 70, 83 and AE. RGB value is (112,131,174). Sum of RGB (Red+Green+Blue) = 112+131+174=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #7083AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7083AE is #8F7C51. Grayscale: #828282. Windows color (decimal): -9403474 or 11436912. OLE color: 11436912.

HSL color Cylindrical-coordinate representation of color #7083AE: hue angle of 221.61º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7083AE is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112131174-
CMYK0.360.2500.32
HSL221.61º27.68%56.08%-
HSV(B)221.61º35.63%68.24%-
XYZ22.4422.7343.25-
YUV130.22152.71115-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=26.86%
G=31.41%
B=41.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121311740.360.2500.32221.6127.6856.08
Hex7083AE2419020de1c38
Octal16020325644310403363470
Binary111000010000011101011101001001100101000001101111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7083AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7083AE; }

 p { color: rgb(112,131,174); }

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

<style>
 a { background-color: #7083AE; }

 a { background-color: rgb(112,131,174); }

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

<style>
 span { border-color: #7083AE; }

 span { border-color: rgb(112,131,174); }

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