Html Css Color HEX #7080AE Ship Cove

📋 copy color: '#7080AE'

red 112 ◦ green 128 ◦ blue 174

#7080AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7080AE

Tints of Ship Cove #7080AE

RGB

 RED value IS 112 (44.14% from 255) = 27.05%

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 27.05%
G = 30.92%
B = 42.03%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7080AE (or 0x7080AE) is known color: Ship Cove. HEX triplet: 70, 80 and AE. RGB value is (112,128,174). Sum of RGB (Red+Green+Blue) = 112+128+174=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #7080AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7080AE is #8F7F51. Grayscale: #808080. Windows color (decimal): -9404242 or 11436144. OLE color: 11436144.

HSL color Cylindrical-coordinate representation of color #7080AE: hue angle of 224.52º 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 #7080AE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 128 174 -
CMYK 0.36 0.26 0 0.32
HSL 224.52º 0.28% 0.56% -
HSV(B) 224.52º 0.36% 0.68% -
XYZ 22.04 21.94 43.12 -
YUV 128.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 112 128 174 0.36 0.26 0 0.32 224.52 0.28 0.56
Hex 70 80 AE 24 1A 0 20 E1 1C 38
Octal 160 200 256 44 32 0 40 341 34 70
Binary 1110000 10000000 10101110 100100 11010 0 100000 11100001 11100 111000

Color Harmonies of #7080AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080AE

Black with #7080AE

Text Example


Text Example

White with #7080AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7080AE;
 }
 .AnyTagClassName
 {
   color: #7080AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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