Html Css Color HEX #7887AD Ship Cove

📋 copy color: '#7887AD'

red 120 ◦ green 135 ◦ blue 173

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

Shades of Ship Cove #7887AD

Tints of Ship Cove #7887AD

RGB

 RED value IS 120 (47.27% from 255) = 28.04%

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

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

R = 28.04%
G = 31.54%
B = 40.42%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7887AD (or 0x7887AD) is known color: Ship Cove. HEX triplet: 78, 87 and AD. RGB value is (120,135,173). Sum of RGB (Red+Green+Blue) = 120+135+173=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #7887AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7887AD is #877852. Grayscale: #868686. Windows color (decimal): -8878163 or 11372408. OLE color: 11372408.

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

Color convert

RGB 120 135 173 -
CMYK 0.31 0.22 0 0.32
HSL 223.02º 0.24% 0.57% -
HSV(B) 223.02º 0.31% 0.68% -
XYZ 23.95 24.34 42.97 -
YUV 134.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 120 135 173 0.31 0.22 0 0.32 223.02 0.24 0.57
Hex 78 87 AD 1F 16 0 20 DF 18 39
Octal 170 207 255 37 26 0 40 337 30 71
Binary 1111000 10000111 10101101 11111 10110 0 100000 11011111 11000 111001

Color Harmonies of #7887AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7887AD

Black with #7887AD

Text Example


Text Example

White with #7887AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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