#7187AF

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

Shades of Ship Cove #7187AF

Tints of Ship Cove #7187AF

Color information

#7187AF (or 0x7187AF) is unknown color: approx Ship Cove. HEX triplet: 71, 87 and AF. RGB value is (113,135,175). Sum of RGB (Red+Green+Blue) = 113+135+175=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #7187AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7187AF is #8E7850. Grayscale: #848484. Windows color (decimal): -9336913 or 11503473. OLE color: 11503473.

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

Color convert

RGB113135175-
CMYK0.350.2300.31
HSL218.71º27.93%56.47%-
HSV(B)218.71º35.43%68.63%-
XYZ23.2123.9343.95-
YUV132.98151.71113.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=26.71%
G=31.91%
B=41.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131351750.350.2300.31218.7127.9356.47
Hex7187AF231701Fdb1c38
Octal16120725743270373333470
Binary11100011000011110101111100011101110111111101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7187AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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