#7892B4

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

Shades of Ship Cove #7892B4

Tints of Ship Cove #7892B4

Color information

#7892B4 (or 0x7892B4) is unknown color: approx Ship Cove. HEX triplet: 78, 92 and B4. RGB value is (120,146,180). Sum of RGB (Red+Green+Blue) = 120+146+180=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #7892B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892B4 is #876D4B. Grayscale: #8D8D8D. Windows color (decimal): -8875340 or 11833976. OLE color: 11833976.

HSL color Cylindrical-coordinate representation of color #7892B4: hue angle of 214º 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 #7892B4 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120146180-
CMYK0.330.1900.29
HSL214º28.57%58.82%-
HSV(B)214º33.33%70.59%-
XYZ26.2627.8547.17-
YUV142.1149.39112.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=26.91%
G=32.74%
B=40.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201461800.330.1900.2921428.5758.82
Hex7892B4211301Dd61d3b
Octal17022226441230353263573
Binary11110001001001010110100100001100110111011101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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