Html Css Color HEX #7185A9 Ship Cove

📋 copy color: '#7185A9'

red 113 ◦ green 133 ◦ blue 169

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

Shades of Ship Cove #7185A9

Tints of Ship Cove #7185A9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

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

R = 27.23%
G = 32.05%
B = 40.72%

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

#7185A9 (or 0x7185A9) is known color: Ship Cove. HEX triplet: 71, 85 and A9. RGB value is (113,133,169). Sum of RGB (Red+Green+Blue) = 113+133+169=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 169 - color contains mainly: blue. Hex color #7185A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7185A9 is #8E7A56. Grayscale: #828282. Windows color (decimal): -9337431 or 11109745. OLE color: 11109745.

HSL color Cylindrical-coordinate representation of color #7185A9: hue angle of 218.57º 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 #7185A9 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 133 169 -
CMYK 0.33 0.21 0 0.34
HSL 218.57º 0.25% 0.55% -
HSV(B) 218.57º 0.33% 0.66% -
XYZ 22.36 23.15 40.83 -
YUV 131.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 113 133 169 0.33 0.21 0 0.34 218.57 0.25 0.55
Hex 71 85 A9 21 15 0 22 DB 19 37
Octal 161 205 251 41 25 0 42 333 31 67
Binary 1110001 10000101 10101001 100001 10101 0 100010 11011011 11001 110111

Color Harmonies of #7185A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7185A9

Black with #7185A9

Text Example


Text Example

White with #7185A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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