#7890B4

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

Shades of Ship Cove #7890B4

Tints of Ship Cove #7890B4

Color information

#7890B4 (or 0x7890B4) is unknown color: approx Ship Cove. HEX triplet: 78, 90 and B4. RGB value is (120,144,180). Sum of RGB (Red+Green+Blue) = 120+144+180=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #7890B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890B4 is #876F4B. Grayscale: #8C8C8C. Windows color (decimal): -8875852 or 11833464. OLE color: 11833464.

HSL color Cylindrical-coordinate representation of color #7890B4: hue angle of 216º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7890B4 is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120144180-
CMYK0.330.200.29
HSL216º28.57%58.82%-
HSV(B)216º33.33%70.59%-
XYZ25.9627.2347.07-
YUV140.93150.05113.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=27.03%
G=32.43%
B=40.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201441800.330.200.2921628.5758.82
Hex7890B4211401Dd81d3b
Octal17022026441240353303573
Binary11110001001000010110100100001101000111011101100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7890B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7890B4;
 }
 .AnyTagClassName
 {
   color: #7890B4;
 }
</style>
background-color css

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

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

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

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

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

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