#7181AF

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

Shades of Ship Cove #7181AF

Tints of Ship Cove #7181AF

Color information

#7181AF (or 0x7181AF) is unknown color: approx Ship Cove. HEX triplet: 71, 81 and AF. RGB value is (113,129,175). Sum of RGB (Red+Green+Blue) = 113+129+175=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #7181AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7181AF is #8E7E50. Grayscale: #818181. Windows color (decimal): -9338449 or 11501937. OLE color: 11501937.

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

Color convert

RGB113129175-
CMYK0.350.2600.31
HSL224.52º27.93%56.47%-
HSV(B)224.52º35.43%68.63%-
XYZ22.422.3143.68-
YUV129.46153.7116.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=27.10%
G=30.94%
B=41.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131291750.350.2600.31224.5227.9356.47
Hex7181AF231A01Fe11c38
Octal16120125743320373413470
Binary11100011000000110101111100011110100111111110000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7181AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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