Html Css Color HEX #7186A9 Ship Cove

📋 copy color: '#7186A9'

red 113 ◦ green 134 ◦ blue 169

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

Shades of Ship Cove #7186A9

Tints of Ship Cove #7186A9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 27.16%
G = 32.21%
B = 40.63%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7186A9 (or 0x7186A9) is known color: Ship Cove. HEX triplet: 71, 86 and A9. RGB value is (113,134,169). Sum of RGB (Red+Green+Blue) = 113+134+169=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #7186A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7186A9 is #8E7956. Grayscale: #838383. Windows color (decimal): -9337175 or 11110001. OLE color: 11110001.

HSL color Cylindrical-coordinate representation of color #7186A9: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7186A9 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 134 169 -
CMYK 0.33 0.21 0 0.34
HSL 217.5º 0.25% 0.55% -
HSV(B) 217.5º 0.33% 0.66% -
XYZ 22.5 23.43 40.87 -
YUV 131.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 113 134 169 0.33 0.21 0 0.34 217.5 0.25 0.55
Hex 71 86 A9 21 15 0 22 DA 19 37
Octal 161 206 251 41 25 0 42 332 31 67
Binary 1110001 10000110 10101001 100001 10101 0 100010 11011010 11001 110111

Color Harmonies of #7186A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7186A9

Black with #7186A9

Text Example


Text Example

White with #7186A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7186A9; }

 p { color: rgb(113,134,169); }

 H1.HeaderClassName
 {
   color: #7186A9;
 }
 .AnyTagClassName
 {
   color: #7186A9;
 }
</style>

background-color css

<style>
 a { background-color: #7186A9; }

 a { background-color: rgb(113,134,169); }

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

border-color css

<style>
 span { border-color: #7186A9; }

 span { border-color: rgb(113,134,169); }

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