#7185A4

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

Shades of Ship Cove #7185A4

Tints of Ship Cove #7185A4

Color information

#7185A4 (or 0x7185A4) is unknown color: approx Ship Cove. HEX triplet: 71, 85 and A4. RGB value is (113,133,164). Sum of RGB (Red+Green+Blue) = 113+133+164=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 164 - color contains mainly: blue. Hex color #7185A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7185A4 is #8E7A5B. Grayscale: #828282. Windows color (decimal): -9337436 or 10782065. OLE color: 10782065.

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

Color convert

RGB113133164-
CMYK0.310.1900.36
HSL216.47º21.89%54.31%-
HSV(B)216.47º31.1%64.31%-
XYZ21.922.9738.4-
YUV130.55146.87115.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 164 (64.45% from 255) = 40%
R=27.56%
G=32.44%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131331640.310.1900.36216.4721.8954.31
Hex7185A41F13024d81636
Octal16120524437230443302666
Binary11100011000010110100100111111001101001001101100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7185A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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