Html Css Color HEX #7890AD Ship Cove

📋 copy color: '#7890AD'

red 120 ◦ green 144 ◦ blue 173

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

Shades of Ship Cove #7890AD

Tints of Ship Cove #7890AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

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

R = 27.46%
G = 32.95%
B = 39.59%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7890AD (or 0x7890AD) is known color: Ship Cove. HEX triplet: 78, 90 and AD. RGB value is (120,144,173). Sum of RGB (Red+Green+Blue) = 120+144+173=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #7890AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7890AD is #876F52. Grayscale: #8B8B8B. Windows color (decimal): -8875859 or 11374712. OLE color: 11374712.

HSL color Cylindrical-coordinate representation of color #7890AD: hue angle of 212.83º 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 #7890AD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 144 173 -
CMYK 0.31 0.17 0 0.32
HSL 212.83º 0.24% 0.57% -
HSV(B) 212.83º 0.31% 0.68% -
XYZ 25.26 26.96 43.41 -
YUV 140.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 120 144 173 0.31 0.17 0 0.32 212.83 0.24 0.57
Hex 78 90 AD 1F 11 0 20 D5 18 39
Octal 170 220 255 37 21 0 40 325 30 71
Binary 1111000 10010000 10101101 11111 10001 0 100000 11010101 11000 111001

Color Harmonies of #7890AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890AD

Black with #7890AD

Text Example


Text Example

White with #7890AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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