Html Css Color HEX #7187AD Ship Cove

📋 copy color: '#7187AD'

red 113 ◦ green 135 ◦ blue 173

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

Shades of Ship Cove #7187AD

Tints of Ship Cove #7187AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 26.84%
G = 32.07%
B = 41.09%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7187AD (or 0x7187AD) is known color: Ship Cove. HEX triplet: 71, 87 and AD. RGB value is (113,135,173). Sum of RGB (Red+Green+Blue) = 113+135+173=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #7187AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7187AD is #8E7852. Grayscale: #848484. Windows color (decimal): -9336915 or 11372401. OLE color: 11372401.

HSL color Cylindrical-coordinate representation of color #7187AD: hue angle of 218º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7187AD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 135 173 -
CMYK 0.35 0.22 0 0.32
HSL 218º 0.27% 0.56% -
HSV(B) 218º 0.35% 0.68% -
XYZ 23.02 23.86 42.93 -
YUV 132.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 113 135 173 0.35 0.22 0 0.32 218 0.27 0.56
Hex 71 87 AD 23 16 0 20 DA 1B 38
Octal 161 207 255 43 26 0 40 332 33 70
Binary 1110001 10000111 10101101 100011 10110 0 100000 11011010 11011 111000

Color Harmonies of #7187AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7187AD

Black with #7187AD

Text Example


Text Example

White with #7187AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7187AD;
 }
 .AnyTagClassName
 {
   color: #7187AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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