#7185AF

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

Shades of Ship Cove #7185AF

Tints of Ship Cove #7185AF

Color information

#7185AF (or 0x7185AF) is unknown color: approx Ship Cove. HEX triplet: 71, 85 and AF. RGB value is (113,133,175). Sum of RGB (Red+Green+Blue) = 113+133+175=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #7185AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7185AF is #8E7A50. Grayscale: #838383. Windows color (decimal): -9337425 or 11502961. OLE color: 11502961.

HSL color Cylindrical-coordinate representation of color #7185AF: hue angle of 220.65º 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 #7185AF is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113133175-
CMYK0.350.2400.31
HSL220.65º27.93%56.47%-
HSV(B)220.65º35.43%68.63%-
XYZ22.9423.3843.86-
YUV131.81152.37114.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=26.84%
G=31.59%
B=41.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131331750.350.2400.31220.6527.9356.47
Hex7185AF231801Fdd1c38
Octal16120525743300373353470
Binary11100011000010110101111100011110000111111101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7185AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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