#7180AF

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

Shades of Ship Cove #7180AF

Tints of Ship Cove #7180AF

Color information

#7180AF (or 0x7180AF) is unknown color: approx Ship Cove. HEX triplet: 71, 80 and AF. RGB value is (113,128,175). Sum of RGB (Red+Green+Blue) = 113+128+175=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #7180AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7180AF is #8E7F50. Grayscale: #808080. Windows color (decimal): -9338705 or 11501681. OLE color: 11501681.

HSL color Cylindrical-coordinate representation of color #7180AF: hue angle of 225.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7180AF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113128175-
CMYK0.350.2700.31
HSL225.48º27.93%56.47%-
HSV(B)225.48º35.43%68.63%-
XYZ22.2722.0443.64-
YUV128.87154.03116.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=27.16%
G=30.77%
B=42.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131281750.350.2700.31225.4827.9356.47
Hex7180AF231B01Fe11c38
Octal16120025743330373413470
Binary11100011000000010101111100011110110111111110000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7180AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7180AF; }

 p { color: rgb(113,128,175); }

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

<style>
 a { background-color: #7180AF; }

 a { background-color: rgb(113,128,175); }

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

<style>
 span { border-color: #7180AF; }

 span { border-color: rgb(113,128,175); }

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