Html Css Color HEX #7B90AD Ship Cove

📋 copy color: '#7B90AD'

red 123 ◦ green 144 ◦ blue 173

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

Shades of Ship Cove #7B90AD

Tints of Ship Cove #7B90AD

RGB

 RED value IS 123 (48.44% from 255) = 27.95%

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

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

R = 27.95%
G = 32.73%
B = 39.32%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B90AD (or 0x7B90AD) is known color: Ship Cove. HEX triplet: 7B, 90 and AD. RGB value is (123,144,173). Sum of RGB (Red+Green+Blue) = 123+144+173=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B90AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B90AD is #846F52. Grayscale: #8C8C8C. Windows color (decimal): -8679251 or 11374715. OLE color: 11374715.

HSL color Cylindrical-coordinate representation of color #7B90AD: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B90AD is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 144 173 -
CMYK 0.29 0.17 0 0.32
HSL 214.8º 0.23% 0.58% -
HSV(B) 214.8º 0.29% 0.68% -
XYZ 25.68 27.17 43.43 -
YUV 141.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 123 144 173 0.29 0.17 0 0.32 214.8 0.23 0.58
Hex 7B 90 AD 1D 11 0 20 D7 17 3A
Octal 173 220 255 35 21 0 40 327 27 72
Binary 1111011 10010000 10101101 11101 10001 0 100000 11010111 10111 111010

Color Harmonies of #7B90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B90AD

Black with #7B90AD

Text Example


Text Example

White with #7B90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B90AD; }

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

 H1.HeaderClassName
 {
   color: #7B90AD;
 }
 .AnyTagClassName
 {
   color: #7B90AD;
 }
</style>

background-color css

<style>
 a { background-color: #7B90AD; }

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

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

border-color css

<style>
 span { border-color: #7B90AD; }

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

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