Html Css Color HEX #7181A2 Ship Cove

📋 copy color: '#7181A2'

red 113 ◦ green 129 ◦ blue 162

#7181A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7181A2

Tints of Ship Cove #7181A2

RGB

 RED value IS 113 (44.53% from 255) = 27.97%

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 27.97%
G = 31.93%
B = 40.1%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7181A2 (or 0x7181A2) is known color: Ship Cove. HEX triplet: 71, 81 and A2. RGB value is (113,129,162). Sum of RGB (Red+Green+Blue) = 113+129+162=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #7181A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7181A2 is #8E7E5D. Grayscale: #7F7F7F. Windows color (decimal): -9338462 or 10649969. OLE color: 10649969.

HSL color Cylindrical-coordinate representation of color #7181A2: hue angle of 220.41º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7181A2 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 129 162 -
CMYK 0.30 0.20 0 0.36
HSL 220.41º 0.21% 0.54% -
HSV(B) 220.41º 0.3% 0.64% -
XYZ 21.18 21.82 37.28 -
YUV 127.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 113 129 162 0.30 0.20 0 0.36 220.41 0.21 0.54
Hex 71 81 A2 1E 14 0 24 DC 15 36
Octal 161 201 242 36 24 0 44 334 25 66
Binary 1110001 10000001 10100010 11110 10100 0 100100 11011100 10101 110110

Color Harmonies of #7181A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7181A2

Black with #7181A2

Text Example


Text Example

White with #7181A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7181A2;
 }
 .AnyTagClassName
 {
   color: #7181A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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