#7B90AD

Color #7B90AD Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7B90AD

Tints of Ship Cove #7B90AD

Color information

#7B90AD (or 0x7B90AD) is unknown color: approx 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

RGB123144173-
CMYK0.290.1700.32
HSL214.8º23.36%58.04%-
HSV(B)214.8º28.9%67.84%-
XYZ25.6827.1743.43-
YUV141.03146.04115.14-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231441730.290.1700.32214.823.3658.04
Hex7B90AD1D11020d7173a
Octal17322025535210403272772
Binary11110111001000010101101111011000101000001101011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>